HomeSort by relevance Sort by last modified time
    Searched full:attached (Results 401 - 425 of 3279) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 237 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
278 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
295 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
312 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
330 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 77 // attached to the source tabstrip.
245 // Make sure we're fully detached from whatever TabStrip we're attached to
378 // We need to ask the tabstrip we're attached to ensure that the ideal
510 // If we're not attached, we just use x and y from above.
514 // Snap the dragged tab to the tabstrip if we are attached, detaching
640 // been attached to any other tabstrip. We need to put it back into the
648 // If we're not attached to any tab strip, or attached to some other tab
745 // If we were attached to the source tabstrip, source tab will be in use
746 // as the tab. If we were detached or attached to another tabstrip, we ca
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 228 // Release the mouse and the panel should be attached to the dock.
259 // Verifies a window can be dragged and attached to the dock.
273 // Verifies a window can be dragged and attached to the dock
315 // Verifies a window can be dragged and attached to the dock.
329 // Verifies a window can be dragged and attached to the dock
379 // The window should have moved and get attached to the left dock.
387 // The window should have moved and get attached to the right edge.
422 // Release the mouse and the window should be still attached to the dock.
425 // The window should be still attached to the right edge.
435 // Release the mouse and the window should be no longer attached to the dock
    [all...]
docked_window_layout_manager_unittest.cc 205 // Release the mouse and the panel should be attached to the dock.
237 // The window should be attached and docked at the right edge.
255 // The window should be attached and snapped to the right side of the screen.
305 // The window should be attached and snapped to the right side of the screen.
359 // The window should be attached and snapped to the right side of the screen.
410 // The windows should be attached and snapped to the right side of the screen.
439 // The windows should be attached and snapped to the right side of the screen.
476 // All windows should be attached and snapped to the right side of the screen.
546 // All windows should be attached and snapped to the right side of the screen.
710 // The last two windows should be attached and snapped to the right edge
    [all...]
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 282 // Attached targets have no unique id until Chrome 26. For such targets
284 page.hasNoUniqueId = page.attached &&
297 sendTargetCommand.bind(null, 'reload', page), page.attached);
301 sendTargetCommand.bind(null, 'close', page), page.attached);
334 sendTargetCommand.bind(null, 'close', data), data.attached);
381 if (webview.attached && !webview.visible)
383 else if (!webview.attached)
389 if (webview.attached) {
396 if (webview.empty || !webview.attached || !webview.visible)
438 if (!webview.empty && webview.attached) {
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller.cc 184 bool attached,
189 if (attached == iter->second.pref_info.IsGalleryAvailable())
194 if (attached == iter->pref_info.IsGalleryAvailable())
204 GalleryPermissionsVector attached; local
205 FillPermissions(true, &attached);
206 return attached;
  /external/chromium_org/media/tools/constrained_network_server/
traffic_control.py 118 # Deleting the class deletes attached qdisc as well.
182 """Adds or deletes a class and qdisc attached to the root.
211 """Adds a qdisc attached to the class identified by the config port.
253 """Deletes the filter attached to the configured port.
256 interface: Interface name the filter is attached to (string).
269 interface: Interface name the filter is attached to (string).
  /external/chromium_org/ui/base/ime/win/
imm32_manager.h 25 // APIs, controls IMEs attached to a window, and enables the 'on-the-spot'
121 // Destroys the IME windows and all the resources attached to them.
133 // Cleans up the all resources attached to the given IMM32Manager object, and
191 // Enables the IME attached to the given window, i.e. allows user-input
207 // Disables the IME attached to the given window, i.e. prohibits any
216 // Cancels an ongoing composition of the IME attached to the given window.
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 82 // when already attached.
88 // Is the status bubble attached to the browser window? It should be attached
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 104 // attached to the source tabstrip.
282 // Make sure we're fully detached from whatever TabStrip we're attached to
451 // We need to ask the tabstrip we're attached to ensure that the ideal
567 // If dragged tabs are not attached yet, we don't need to constrain the
583 // If we're not attached, we just use x and y from above.
587 // Snap the dragged tab to the tabstrip if we are attached, detaching
733 // been attached to any other tabstrip. We need to put it back into the
746 // If we're not attached to any tab strip, or attached to some other tab
848 // If we were attached to the source tabstrip, dragged tabs will be in use. I
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
debugger.json 33 "attached": { "type": "boolean", "description": "True if debugger is already attached." },
171 "description": "Fired when browser terminates debugging session for the tab. This happens when either the tab is being closed or Chrome DevTools is being invoked for the attached tab.",
  /external/chromium_org/third_party/sqlite/src/
sqlite3.1 99 used to control the output format, examine the currently attached
101 attached databases (such as rebuilding indices). Meta-commands are
111 .databases List names and files of attached databases
  /external/chromium_org/ui/webui/resources/js/cr/ui/
autocomplete_list.js 71 * The text field the autocomplete popup is currently attached to, if any.
206 * of the input it is attached to. Should be called any time the input is
226 * attached to, if any.
  /external/qemu/hw/
mips_r4k.c 7 * All peripherial devices are attached to this "bus" with
36 /* i8254 PIT is attached to the IRQ0 at PIC i8259 */
259 /* The PIC is attached to the MIPS CPU INT0 pin */
  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 270 // Mark as attached so if a preference is later added to this group, we
271 // can tell it we are already attached
285 // We won't be attached to the activity anymore
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 124 /* Returns a list of all currently attached USB devices (host mdoe) */
142 /* returns the currently attached USB accessory (device mode) */
152 /* opens the currently attached USB accessory (device mode) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 42 """attached scripts: List the actions attached to a folder
183 """folder action - An action attached to a folder in the file system """
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 221 // object. Multiple names can be attached to a ShareGroup object to support
237 // attachShareGroup - find the ShareGroup object attached to the name
250 // attached ShareGroup. When the last name of ShareGroup is
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 54 * @param attributes The attributes attached to the element. If
ProcessorStripSpace.java 54 * @param attributes The attributes attached to the element. If
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h 50 // the debugger is attached to, and invoke InspectedTabClosing().
  /external/chromium/chrome/browser/ui/cocoa/
menu_button.h 14 // This a button which displays a user-provided menu "attached" below it upon
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 87 // Whether a devtools window is attached to this bubble.
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.h 68 // The attached TabContents.
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.h 48 // Paint the view, when it's not attached to any TabStrip.

Completed in 2563 milliseconds

<<11121314151617181920>>