HomeSort by relevance Sort by last modified time
    Searched full:windowstyle (Results 1 - 13 of 13) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 211 DWORD windowStyle;
236 windowStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE;
242 windowStyle |= WS_OVERLAPPEDWINDOW;
246 sWnd = CreateWindow(sAppName, sAppName, windowStyle,
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view.mm 196 ThemedWindowStyle windowStyle = [[view window] themedWindowStyle];
199 if (windowStyle & THEMED_DEVTOOLS)
203 BOOL incognito = windowStyle & THEMED_INCOGNITO;
204 BOOL popup = windowStyle & THEMED_POPUP;
308 ThemedWindowStyle windowStyle = [[view window] themedWindowStyle];
310 BOOL incognito = windowStyle & THEMED_INCOGNITO;
311 BOOL popup = windowStyle & THEMED_POPUP;
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_custom_window.mm 29 styleMask:(NSUInteger)windowStyle
  /external/chromium_org/ui/base/cocoa/
underlay_opengl_hosting_window.mm 86 styleMask:(NSUInteger)windowStyle
103 styleMask:windowStyle
110 if (windowStyle & NSTitledWindowMask) {
  /external/chromium_org/chrome/browser/ui/cocoa/
framed_browser_window.mm 402 ThemedWindowStyle windowStyle = [[view window] themedWindowStyle];
405 if (windowStyle & THEMED_DEVTOOLS)
409 BOOL incognito = windowStyle & THEMED_INCOGNITO;
410 BOOL popup = windowStyle & THEMED_POPUP;
502 ThemedWindowStyle windowStyle = [self themedWindowStyle];
503 BOOL incognito = windowStyle & THEMED_INCOGNITO;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.mm 20 styleMask:(NSUInteger)windowStyle
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.mm 19 styleMask:(NSUInteger)windowStyle
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
per.php 193 "WINDOWSTYLE",
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 330 final TypedArray windowStyle = mWindow.getWindowStyle();
331 // the windowStyle is obtained from
334 assertNotNull(windowStyle);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 604 const DWORD windowstyle = local
817 style &= ~windowstyle;
826 style &= ~windowstyle;
831 style |= windowstyle;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 1044 const DWORD windowstyle = local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 643 int attendeeResponse, boolean isDialog, int windowStyle,
666 mWindowStyle = windowStyle;
679 int attendeeResponse, boolean isDialog, int windowStyle,
682 endMillis, attendeeResponse, isDialog, windowStyle, reminders);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.mm 212 styleMask:(NSUInteger)windowStyle
216 styleMask:windowStyle
    [all...]

Completed in 734 milliseconds