/packages/apps/Settings/res/values/ |
bools.xml | 18 <!-- Whether or not the dock settings are to be displayed for this device when docked -->
|
/frameworks/base/services/java/com/android/server/power/ |
WirelessChargerDetector.java | 40 * whether the device has been docked or undocked from a wireless charger. 43 * plays a tone when the device is docked in a wireless charger. It is important 57 * 2. Don't wake the device when docked on a wireless charger if the 66 * 3. Don't wake the device when docked on a wireless charger if it does 179 * @return True if the device is determined to have just been docked on a wireless 212 // Report that the device has been docked only if the device just started
|
/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_browsertest.cc | 39 // Create some docked panels. 98 // Create enough docked panels to get into squeezing. 147 // Create enough docked panels to get into squeezing. 200 // Create enough docked panels to get into squeezing.
|
panel_collection.h | 21 DOCKED, // panels are 'docked' along the window's edge
|
panel_manager.h | 34 CREATE_AS_DOCKED, // Creates a docked panel. The default. 68 // |mode| indicates whether panel should be created as docked or detached.
|
docked_panel_drag_handler.cc | 16 DCHECK_EQ(PanelCollection::DOCKED, panel->collection()->type());
|
/external/chromium_org/chrome/browser/ui/ |
view_ids.h | 74 // Docked dev tools.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_http_client.cc | 200 // Close frontends. Usually frontends are docked in the same page, although 203 // URL, but docked frontends can only be closed, by design, by connecting 205 // in case one of them is debugging a docked frontend, which would prevent 206 // the code from being able to connect to the docked one.
|
/external/chromium_org/chrome/browser/task_manager/ |
tab_contents_resource_provider.cc | 219 DevToolsWindow* docked = local 221 if (docked) 222 Add(docked->web_contents());
|
/external/chromium/chrome/browser/debugger/ |
devtools_manager.h | 132 void ReopenWindow(RenderViewHost* client_rvh, bool docked);
|
/external/chromium/chrome/browser/ui/cocoa/ |
view_id_util_browsertest.mm | 51 // Make sure docked devtools is created to test VIEW_ID_DEV_TOOLS_DOCKED
|
/external/chromium/chrome/browser/ui/gtk/ |
view_id_util.cc | 108 return "chrome-dev-tools-docked";
|
/external/chromium_org/ash/ |
ash_switches.h | 100 // Returns true if docked windows feature is enabled.
|
shell_window_ids.h | 50 // The container for windows docked to either side of the desktop.
|
/external/chromium_org/ash/wm/ |
workspace_controller.cc | 34 // Returns true if there are visible docked windows in the same screen as the
|
/external/chromium_org/chrome/browser/renderer_host/ |
render_process_host_chrome_browsertest.cc | 317 // DevTools start in docked mode (no new tab), in a separate process. 333 // close docked devtools 365 // DevTools start in docked mode (no new tab), in a separate process. 381 // close docked devtools
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_titlebar_view_cocoa.h | 29 // on the titlebar (to minimize or reorder) while in a docked collection.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
view_id_util_browsertest.mm | 49 // Make sure docked devtools is created to test VIEW_ID_DEV_TOOLS_DOCKED
|
/external/chromium_org/chrome/browser/ui/gtk/ |
view_id_util.cc | 108 return "chrome-dev-tools-docked";
|
browser_window_gtk.h | 457 // Updates devtools window for given contents. This method will show docked 458 // devtools window for inspected |contents| that has docked devtools 463 // Shows docked devtools. 466 // Hides docked devtools. 528 // Docked devtools window instance. NULL when current tab is not inspected
|
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager_unittest.cc | 150 // Docked windows are parented by dock container during drags. 209 // y-coordinate could be changed by possible automatic layout if docked. 237 // The window should be attached and docked at the right edge. 245 // Tests that with a window docked on the left the auto-placing logic in 295 // Tests that with a window docked on the right the auto-placing logic in 344 // Tests that with a window docked on the right the auto-placing logic in 692 // The window should not get docked even though it is dragged past the edge. 757 // All three windows should be docked and snapped to the right edge [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 68 // Msg for device docked event 106 // Normally set after getting a docked event and unset when the connection 108 // was started after the docked event. 346 // BT was disabled when we first docked 739 // Reconnect if docked and bluetooth was enabled by user. 773 // Reconnect if docked. [all...] |
/external/chromium_org/chrome/browser/devtools/ |
devtools_window.h | 117 // Called only for the case when devtools window is docked to the side. 122 // Called only for the case when devtools window is docked to bottom. 153 // In case of docked devtools window, devtools are set as a delegate for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutWindowCoordinator.java | 50 * <b>inside</b> the editor area, in a right-docked view! This right docked view 55 * area, the property sheet would have docked there).
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_delegate.h | 48 // be docked as identified by |dock_info|. Returns the Browser object
|