/external/chromium/chrome/browser/ui/gtk/ |
menu_gtk.cc | 655 gint monitor = gdk_screen_get_monitor_at_point(screen, *x, *y); local 658 gdk_screen_get_monitor_geometry(screen, monitor, 696 gint monitor = gdk_screen_get_monitor_at_point(screen, *x, *y); local 699 gdk_screen_get_monitor_geometry(screen, monitor, &screen_rect);
|
/external/chromium/chrome/common/ |
service_process_util.h | 73 // to monitor the service process.
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.h | 91 // These are used by the connection monitor.
|
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
InMemorySharedPreferences.java | 21 // Guarded on its own monitor.
|
/external/chromium_org/build/android/ |
adb_logcat_monitor.py | 98 """Monitor adb forever. Expects a SIGINT (Ctrl-C) to kill."""
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager.cc | 171 // During unload the monitor could already have been deleted. No need to do
|
/external/chromium_org/chrome/browser/sync/glue/ |
shared_change_processor.h | 107 // Monitor lock for this object. All methods that interact with the change
|
/external/chromium_org/chrome/browser/tab_contents/ |
spellchecker_submenu_observer_browsertest.cc | 22 // derived from the RenderViewContextMenuProxy class to monitor calls from the
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_positioner.cc | 143 // the shelf is hidden or on another monitor.
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_status_monitor.h | 109 BrowserStatusMonitor* monitor);
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_window_manager.h | 102 // Adds user to monitor starting and running V1/V2 application windows.
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
tab_contents_controller.mm | 20 // FullscreenObserver is used by TabContentsController to monitor for the
|
/external/chromium_org/chrome/browser/ui/gtk/ |
menu_gtk.cc | 704 gint monitor = gdk_screen_get_monitor_at_point(screen, *x, *y); local 707 gdk_screen_get_monitor_geometry(screen, monitor, 748 gint monitor = gdk_screen_get_monitor_at_point(screen, *x, *y); local 751 gdk_screen_get_monitor_geometry(screen, monitor, &screen_rect); [all...] |
/external/chromium_org/chrome/common/ |
service_process_util.h | 95 // to monitor the service process.
|
/external/chromium_org/chrome/installer/util/ |
install_util.cc | 105 HMONITOR monitor = ::MonitorFromWindow(foreground_window, local 107 if (monitor) { 110 ::GetMonitorInfo(monitor, &mi); 119 NOTREACHED() << "Unable to get default monitor";
|
/external/chromium_org/chrome_frame/test/ |
simulate_input.cc | 198 // retrieve screen size of the primarary monitor only. And monitors
|
/external/chromium_org/content/child/ |
site_isolation_policy.h | 22 // for Site Isolation. XSDP will monitor network responses to a renderer and
|
/external/chromium_org/content/public/browser/ |
plugin_service.h | 111 // Used to monitor plug-in stability. An unstable plug-in is one that has
|
web_ui.h | 55 // Returns the device scale factor of the monitor that the renderer is on.
|
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/ |
ContentShellTestBase.java | 160 * @param callbackHelperContainer The callback helper container used to monitor progress.
|
/external/chromium_org/sync/tools/ |
sync_listen_notifications.cc | 172 // Set up objects that monitor the network.
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
record_wpr.py | 60 # TODO(tonyg): This should probably monitor resource timing for activity
|
/external/chromium_org/ui/gfx/ozone/dri/ |
dri_surface.h | 22 // to a monitor. It will store the internal state associated with the drawing
|
/external/chromium_org/ui/gl/ |
sync_control_vsync_provider.cc | 20 // monitor configuration change, moving a window between monitors, etc.).
|
/external/chromium_org/ui/views/controls/webview/ |
webview.h | 46 // WebContentsObserver, monitor for the showing/destruction of fullscreen
|