HomeSort by relevance Sort by last modified time
    Searched refs:attached (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 39 // |contents_view|, and is attached to |host| which is added as a child to
89 bool attached,
92 if (attached)
96 View::NativeViewHierarchyChanged(attached, native_view, root_view);
189 // +-- child0 (Widget, attached to host0)
191 // +-- test_child (Widget, attached to test_host)
193 // +-- child1 (Widget, attached to host1)
195 // Add two children widgets attached to a NativeViewHost, and a test
250 // +-- child0 (Widget, attached to host0)
253 // +-- child1 (Widget, attached to host1
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 332 * - Enumerating the USB devices currently attached to the system
537 dev->attached = 1;
564 dev->attached = 0;
627 * Returns a list of USB devices currently attached to the system. This is
    [all...]
  /external/chromium_org/remoting/host/win/
host_service.cc 100 // Get the attached session ID from another observer watching the same WTS
113 // attached to |terminal_id|.
161 bool attached = LookupTerminalId(session_id, &terminal_id); local
169 // if it is now attached to a different client.
171 (!attached || !(i->terminal_id == terminal_id))) {
178 // The client currently attached to |session_id| was attached to a different
180 if (attached && i->terminal_id == terminal_id &&
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.cpp 382 if (!m_element->document()->attached())
412 if (element()->document()->attached())
425 if (element()->document()->attached())
  /external/chromium_org/apps/
shell_window_registry.h 97 // attached to it, which should be restored during a reload of a corresponding
131 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached);
shell_window_registry.cc 228 content::DevToolsAgentHost* agent_host, bool attached) {
238 if (attached)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 354 if (!document()->attached())
399 if (!document()->attached())
412 if (!document()->attached())
423 if (!document()->attached())
ContainerNode.h 201 ASSERT(!child->attached() || childAttachedAllowedWhenAttachingChildren(this));
202 if (!child->attached())
ContainerNode.cpp 83 // FIXME: We should be able to ASSERT(!attached()) here: https://bugs.webkit.org/show_bug.cgi?id=107801
104 if (children[i]->attached())
113 if (attached() && !child->attached())
508 if (oldChild->attached())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.cpp 89 ASSERT(!attached());
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
46 is maintained. A debug object can be attached, detached and queried
48 be attached to a single program object.
159 to each debug object that is attached to the program object.
  /external/chromium_org/ui/views/widget/
root_view.h 31 // The RootView is the root of a View hierarchy. A RootView is attached to a
63 void NotifyNativeViewHierarchyChanged(bool attached,
  /external/mesa3d/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
46 is maintained. A debug object can be attached, detached and queried
48 be attached to a single program object.
159 to each debug object that is attached to the program object.
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.cpp 60 if (!m_distribution.at(i)->attached())
181 if (!inDocument() || !attached() || !isActive())
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 9 * are attached as <canvas> element, while in IMAGE mode as <img>.
87 DISCARD_DETACHED: 1 // Canceled if the container is not attached anymore.
194 // If the container is not attached, then invalidate the download.
300 // Canvas will be attached.
303 // Image will be attached.
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 144 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local
145 if (!attached) {
148 return attached;
153 // attached to an RT for the first time. When we start matching
  /external/skia/src/gpu/
GrGpu.cpp 144 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local
145 if (!attached) {
148 return attached;
153 // attached to an RT for the first time. When we start matching
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 225 bool attached; member in struct:PageInfo
254 page_info.attached = client_host != NULL;
282 if (i->attached) {
310 if (!i->attached) {
  /external/chromium_org/chrome/browser/extensions/
extension_process_manager.h 205 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 133 if (documentElement->attached())
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 66 int attached; member in struct:wpa_ctrl_dst
293 dst->attached = 1;
294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached");
298 dst->attached = 0;
503 if (dst->attached && level >= dst->debug_level) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.cc 252 StringValue attached(
255 web_ui()->CallJavascriptFunction("ntp.setBookmarkBarAttached", attached);
  /external/chromium_org/remoting/webapp/
menu_button.js 38 // Create event handlers to show and hide the menu, attached to the button
  /external/chromium_org/chrome/renderer/resources/extensions/
event.js 40 // An array of all attached event objects, used for detaching on unload.
47 // An attachment strategy for events that aren't attached to the browser.
208 // when events are used without being *attached*.
280 "' is already attached.");
305 throw new Error("Event '" + this.eventName_ + "' is not attached.");
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 394 if (m_view && m_leafTextNode->parentNode() && m_leafTextNode->parentNode()->attached()
395 && !m_leafTextNode->attached())
    [all...]

Completed in 1300 milliseconds

12 3 4 5 6