/external/webkit/Source/WebKit/gtk/tests/ |
testwebview.c | 143 GtkWidget* window = gtk_window_new(GTK_WINDOW_POPUP); local 148 gtk_window_set_default_size(GTK_WINDOW(window), 400, 200); 150 gtk_container_add(GTK_CONTAINER(window), scrolled_window); 160 /* Wait for window to show up */ 161 gtk_widget_show_all(window); 162 g_signal_connect(window, "map-event", 183 window.scrollBy(0, 100);"; 192 gtk_widget_destroy(window); 199 GtkWidget* window = gtk_window_new(GTK_WINDOW_TOPLEVEL); local 211 gtk_window_set_default_size(GTK_WINDOW(window), 400, 200) 296 GtkWidget* window; local 320 GtkWidget* window; local [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
DeviceSelector.java | 22 import com.android.hierarchyviewerlib.device.Window; 72 Window[] list = mModel.getWindows((IDevice) parentElement); 81 if (element instanceof Window) { 82 return ((Window) element).getDevice(); 89 Window[] list = mModel.getWindows((IDevice) element); 125 } else if (element instanceof Window) { 126 return ((Window) element).getTitle(); 132 if (element instanceof Window) { 133 int focusedWindow = mModel.getFocusedWindow(((Window) element).getDevice()); 134 if (focusedWindow == ((Window) element).getHashCode()) [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 43 // it needs to manipulate the window. 159 // Request the underlying window to unmaximize. Also tries to work around 160 // a window manager "feature" that can prevent this in some edge cases. 173 // Add the find bar widget to the window hierarchy. 184 // Returns the BrowserWindowGtk registered with |window|. 186 gfx::NativeWindow window); 188 // Retrieves the GtkWindow associated with |xid|, which is the X Window 189 // ID of the top-level X window of this object. 194 GtkWindow* window() const { return window_; } function in class:BrowserWindowGtk 211 // of the browser window. When false, we still draw a shadow on the top o [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 77 int x, y; /* obsolete for new window mgrs, but clients */ 91 * The next block of definitions are for window manager properties that 106 #define PWinGravity (1L << 9) /* program specified window gravity */ 115 Bool input; /* does this application rely on the window manager to 119 Window icon_window; /* window to be used as icon */ 122 XID window_group; /* id of related window group */ 139 /* definitions for initial window state */ 311 * This defines a window manager property that clients may use to 419 Window /* w */ [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_controller_unittest.mm | 42 NSWindow* window = [timer userInfo]; 47 windowNumber:[window windowNumber] 52 [window postEvent:up atStart:YES]; 80 // Tests creating the controller, sticking it in a window, and removing it. 82 NSWindow* window = test_window(); 84 [[window contentView] addSubview:[controller view]]; 86 EXPECT_EQ([[controller view] window], window); 94 NSWindow* window = test_window(); 96 [[window contentView] addSubview:[controller view]] [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 260 return String.format("service call window %d i32 %d", SERVICE_CODE_START_SERVER, port); //$NON-NLS-1$ 264 return String.format("service call window %d", SERVICE_CODE_STOP_SERVER); //$NON-NLS-1$ 268 return String.format("service call window %d", SERVICE_CODE_IS_SERVER_RUNNING); //$NON-NLS-1$ 355 public static Window[] loadWindows(IDevice device) { 356 ArrayList<Window> windows = new ArrayList<Window>(); 380 Window w = new Window(device, line.substring(index + 1), id); 386 // get the focused window, which was done using a special type of 387 // window with hash code -1 [all...] |
/external/chromium/chrome/browser/automation/ |
ui_controls_linux.cc | 75 event->motion.window = grab_widget->window; 77 event->motion.window = gdk_window_at_pointer(&x, &y); 79 g_object_ref(event->motion.window); 83 gdk_window_get_origin(event->motion.window, &origin_x, &origin_y); 98 bool SendKeyPress(gfx::NativeWindow window, 109 event_window = grab_widget->window; 110 } else if (window) { 111 event_window = GTK_WIDGET(window)->window; [all...] |
/external/chromium/chrome/browser/ui/ |
window_sizer.h | 19 // A class that determines the best new size and position for a window to be 21 // window of the same type, the last saved bounds of the window from the 85 // persistent store or an existing window. 90 // Retrieve the persisted bounds of the window. Returns true if there was 96 // Retrieve the bounds of the most recent window of the matching type. 97 // Returns true if there was a last active window to retrieve state 102 // Determines the position, size and maximized state for a window as it is 104 // and placement, first looking for an existing active window, then falling 109 // NOTE: |maximized| is only set if we're restoring a saved maximized window [all...] |
input_window_dialog.h | 14 // Cross platform access to a modal input window. 31 // Creates a new input window dialog parented to |parent|. Ownership of 39 // Displays the window. 42 // Closes the window.
|
/frameworks/base/core/jni/ |
android_database_SQLiteQuery.cpp | 42 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); local 60 LOG_WINDOW("Window: numRows = %d, size = %d, freeSpace = %d", 61 window->getNumRows(), window->size(), window->freeSpace()); 64 status_t status = window->setNumColumns(numColumns); 66 LOGE("Failed to change column count from %d to %d", window->getNumColumns(), numColumns); 84 // Skip the row if the window is full or we haven't reached the start position yet. 92 status = window->allocRow(); 100 // Pack the row into the window [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_dragging_test.cc | 56 // Automated UI test to open three tabs in a new window, and drag Tab_1 into 61 scoped_refptr<WindowProxy> window(browser->GetWindow()); 62 ASSERT_TRUE(window.get()); 69 // Get Tab_1 which comes with the browser window. 92 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false)); 98 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); 105 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_2, &bounds3, false)); 113 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_LOCATION_BAR, &urlbar_bounds, 159 scoped_refptr<WindowProxy> window(browser->GetWindow()); 160 ASSERT_TRUE(window.get()) [all...] |
native_view_photobooth.h | 24 // mostly off-screen layered window. 28 // Creates the photo booth. Constructs a nearly off-screen window, parents 33 // Destroys the photo booth window. 39 // Paints the current display image of the window into |canvas|, clipped to
|
/external/qemu/android/ |
qemulator.c | 36 VERBOSE_PRINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window); 39 if (emulator->window) 40 skin_window_set_lcd_brightness( emulator->window, value ); 50 if ( !emulator->window && !opts->no_window ) { 54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0); 55 if (emulator->window == NULL) 70 skin_window_set_trackball( emulator->window, ball ); 73 skin_window_set_lcd_brightness( emulator->window, emulator->lcd_brightness ); 77 skin_window_set_onion( emulator->window, 498 SkinWindow* window = emulator->window; local [all...] |
/development/tools/emulator/opengl/host/include/libOpenglRender/ |
render_api_platform_types.h | 15 typedef Window FBNativeWindowType;
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_plugin_action.h | 12 // It checks to see if the hung window belongs to a process different 28 void OnWindowResponsive(HWND window); 36 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore); 42 // The currently hung plugin window that we are prompting the user about
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
link_controller.js | 23 WINDOW: 2, 40 * Opens the link in a new window. 62 * The DOM window that we want to open links into in case we are opening 63 * links in the same window. 64 * @type {!Window} 66 window: window, 93 kind = e.shiftKey ? LinkKind.WINDOW : LinkKind.SELF; 101 * Opens a URL in a new tab, window or incognito window [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_window.h | 14 // Window for a bookmark folder "menu". This menu pops up when you 16 // This window is borderless but has a shadow, at least initially. 18 // a secondary window is added which is sized to match the visible 23 // Content view for the above window. "Stock" other than the drawing
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_factory.mm | 13 // window from the nib. The controller takes ownership of |browser|. 27 BrowserWindowCocoa* window = 28 static_cast<BrowserWindowCocoa*>(browser->window()); 30 window->AddFindBar(bridge->find_bar_cocoa_controller());
|
floating_bar_backing_view.mm | 13 NSWindow* window = [self window]; 14 BOOL isMainWindow = [window isMainWindow]; 48 [[self window] performMiniaturize:self];
|
hung_renderer_controller_unittest.mm | 23 HungRendererController* hung_renderer_controller_; // owned by its window 28 // display and tear down a window. 37 // button closes the window. 45 // the window.
|
info_bubble_window.h | 12 // A rounded window with an arrow used for example when you click on the STAR 18 // If NO the window will close immediately instead of fading out. 21 // Bridge to proxy Chrome notifications to the window. 27 // Returns YES if the window is in the process of closing.
|
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views_unittest.cc | 22 #include "views/window/window.h" 23 #include "views/window/window_delegate.h" 34 virtual void SaveWindowPlacement(views::Window* window, 39 virtual bool GetSavedWindowBounds(views::Window* window, 44 virtual bool GetSavedMaximizedState(views::Window* window, 100 views::Window* CreateWindowWithContents(views::View* contents) 144 views::Window* window = CreateWindowWithContents(contents); local [all...] |
native_constrained_window_win.cc | 7 #include "views/window/window_win.h" 41 virtual void OnFinalMessage(HWND window) OVERRIDE { 43 WindowWin::OnFinalMessage(window); 53 // Overridden from views::Window:
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_mac.mm | 16 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window, 20 // Make sure to grab the "window frame" view so we get current tab + 22 NSView* view = [[window contentView] superview]; 25 [[view window] windowNumber], kCGWindowImageBoundsIgnoreFraming));
|
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/print/ |
background.html | 6 var action_url = "javascript:window.print();";
|