/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DockController.js | 43 this.setDockSide(WebInspector.queryParamsObject["can_dock"] ? (WebInspector.queryParamsObject["dockSide"] || "bottom") : "undocked"); 49 Undocked: "undocked" 85 if (dockSide === WebInspector.DockController.State.Undocked) 98 body.classList.remove("undocked"); 103 body.classList.remove("undocked"); 107 case WebInspector.DockController.State.Undocked: 108 body.classList.add("undocked"); 117 var sides = [WebInspector.DockController.State.DockedToBottom, WebInspector.DockController.State.Undocked, WebInspector.DockController.State.DockedToRight]; 145 case WebInspector.DockController.State.Undocked: [all...] |
inspectorCommon.css | 31 body.dock-to-right:not(.undocked):not(.overlay-contents) { 35 body.dock-to-right.inactive:not(.undocked):not(.overlay-contents) {
|
InspectorView.js | 396 if (WebInspector.queryParamsObject["overlayContents"] && dockSide !== WebInspector.DockController.State.Undocked) { 415 if (WebInspector.queryParamsObject["overlayContents"] && dockSide !== WebInspector.DockController.State.Undocked) {
|
inspector.css | 149 body.undocked.platform-mac-leopard .toolbar-background { 154 body.undocked.platform-mac-leopard.inactive .toolbar-background { 159 body.undocked.platform-mac-snowleopard .toolbar-background { 164 body.undocked.platform-mac-snowleopard.inactive .toolbar-background { 169 body.undocked.platform-mac-mountain-lion .toolbar-background { 174 body.undocked.platform-mac-mountain-lion.inactive .toolbar-background { 390 body.undocked .toolbar-item .close-button { 600 body.undocked .alternate-status-bar-buttons-bar { [all...] |
inspector.html | 193 <body class="undocked" id="-blink-dev-tools"></body>
|
UIUtils.js | 982 var prefix = WebInspector.isMac() ? "body:not(.undocked)" : ""; [all...] |
/external/chromium_org/ash/wm/dock/ |
dock_types.h | 29 DOCKED_ACTION_NONE, // Regular drag of undocked window. Not recorded. 31 DOCKED_ACTION_UNDOCK, // Dragged and undocked a window.
|
docked_window_resizer_unittest.cc | 431 // The window should get undocked. 484 // Maximize the window, it should get undocked and maximized in a desktop. 511 // Detach by dragging left (should get undocked). 623 // Tests that reverting drag restores undocked state if a window was not docked. 734 // Try to detach by dragging left a bit (should not get undocked). 754 // Detach by dragging left more (should get undocked). [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
dev_tools_controller.h | 32 // or is inspected with undocked version of DevToolsWindow.
|
/frameworks/base/services/java/com/android/server/ |
DockObserver.java | 84 // Wake up immediately when docked or undocked. 118 // don't bother broadcasting undocked here
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 57 // Time allowed for the device to be undocked and redocked without severing 61 // Time allowed for the device to be undocked and redocked without turning 71 // Msg for device undocked event 74 // Msg for undocked command to be process after UNDOCKED_GRACE_PERIOD millis 324 // Undocked event received. Queue a delayed msg to sever connection [all...] |
BluetoothEventManager.java | 286 // if the device is undocked, remove it from the list as well
|
/frameworks/base/services/java/com/android/server/power/ |
WirelessChargerDetector.java | 40 * whether the device has been docked or undocked from a wireless charger. 50 * 1. Don't wake the device when undocked from the wireless charger because 67 * not appear to have moved since it was last undocked because it may
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_sanity_browsertest.cc | 600 // Tests that BeforeUnload event gets called on undocked devtools if 607 // Tests that BeforeUnload event gets called on undocked devtools if 615 // Tests that BeforeUnload event gets called on undocked devtools if 623 // Tests that BeforeUnload event gets called on undocked devtools if [all...] |
devtools_window.h | 156 // If devtools window is undocked it's not set as the delegate so the call 171 // Devtools window in undocked state is not set as a delegate of
|
devtools_window.cc | 232 const char kPrefUndocked[] = "undocked"; 236 const char kDockSideUndocked[] = "undocked"; 442 // undocked, we show (activate) it. If window is minimized, we maximize it. 567 // Sometimes we don't know where to dock. Stay undocked. [all...] |
/frameworks/base/docs/html/training/monitoring-device-state/ |
docking-monitoring.jd | 82 <p>Whenever the device is docked or undocked, the {@link
|
/external/chromium/chrome/browser/debugger/ |
devtools_manager.cc | 390 // undocked, we show (activate) it.
|
devtools_window.cc | 155 // Sometimes we don't know where to dock. Stay undocked.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_http_client.cc | 201 // some may be in tabs (undocked, chrome://inspect, the DevTools
|
/frameworks/base/services/java/com/android/server/dreams/ |
DreamManagerService.java | 221 // for example when being undocked.
|
/packages/apps/Settings/src/com/android/settings/ |
SoundSettings.java | 395 // remove undocked dialog if currently showing.
|
/external/chromium_org/chrome/browser/ui/ |
browser.h | 181 // 2) we launch an undocked devtool window. [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 529 // or is inspected with undocked version of DevToolsWindow.
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.h | 682 // or is inspected with undocked version of DevToolsWindow.
|