Lines Matching defs:title
730 GetWindowTitle( const WindowInfo *window, char *title )
734 GetWindowText(window->hWnd, title, 100);
736 title[0] = 0;
829 GetWindowTitle( const WindowInfo *window, char *title )
832 title[0] = '\0';
918 GetWindowTitle( const WindowInfo *window, char *title )
922 crStrcpy(title, t);
926 title[0] = 0;
983 char title[1000];
984 GetWindowTitle(window, title);
985 if (crStrcmp(title, glutMenuTitle) == 0) {
1041 /* If the user's specified a window title for Chromium, see if this
1045 char title[1000];
1063 GetWindowTitle( window, title );
1064 if (title[0]) {
1066 if (crStrstr(title, titlePattern)) {
1071 else if (crStrcmp(title, titlePattern) == 0) {
1077 crDebug("Using native GL, app window title doesn't match match_window_title string (\"%s\" != \"%s\")", title, stub.matchWindowTitle);
1081 /* Window title and size don't matter */
1086 /* User hasn't specified a width/height or window title.