HomeSort by relevance Sort by last modified time
    Searched refs:attached (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/loader/
PlaceholderDocument.cpp 33 ASSERT(!attached());
  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachView.java 33 private boolean attached; field in class:ViewAttachView
58 if (attached) {
61 attached = true;
68 if (!attached) {
72 attached = false;
  /external/webkit/Source/WebCore/accessibility/chromium/
AccessibilityObjectWrapper.h 39 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
  /external/webkit/Source/WebCore/wml/
WMLNoopElement.cpp 60 if (doElement->attached())
63 ASSERT(!doElement->attached());
WMLFormControlElement.cpp 66 ASSERT(!attached());
WMLCardElement.cpp 69 ASSERT(attached());
82 ASSERT(attached());
88 ASSERT(attached());
101 ASSERT(attached());
107 // Only one template is allowed to be attached to a card
341 ASSERT(activeCard->attached());
  /external/webkit/Source/WebCore/accessibility/win/
AccessibilityObjectWrapperWin.h 42 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.cpp 39 if (m_shadowRoot && m_shadowRoot->attached()) {
47 if (m_shadowRoot && m_shadowRoot->attached())
68 if (m_shadowRoot->attached())
  /external/webkit/Source/WebCore/editing/
AppendNodeCommand.cpp 43 ASSERT(m_parent->rendererIsEditable() || !m_parent->attached());
59 if (!m_parent->rendererIsEditable() && m_parent->attached())
InsertNodeBeforeCommand.cpp 44 ASSERT(m_refChild->parentNode()->rendererIsEditable() || !m_refChild->parentNode()->attached());
  /system/core/debuggerd/
backtrace.c 65 static void dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached,
86 if (!attached && ptrace(PTRACE_ATTACH, tid, 0, 0) < 0) {
109 if (!attached && ptrace(PTRACE_DETACH, tid, 0, 0) != 0) {
  /external/webkit/Source/WebCore/html/
HTMLDetailsElement.cpp 82 if (oldSummary == m_mainSummary || !attached())
114 // has been added and it will be attached without our help.
130 if (attached() && oldValue != m_isOpen) {
HTMLLIElement.cpp 92 ASSERT(!attached());
HTMLPlugInImageElement.cpp 155 if (attached() && renderer() && !useFallbackContent())
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 134 void InspectorFrontendClientLocal::setAttachedWindow(bool attached)
142 function.appendArgument(attached);
152 // This call might not go through (if the window starts out detached), but if the window is initially created attached,
  /external/webkit/Source/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp 124 void WebInspectorClient::setInspectorStartsAttached(bool attached)
126 storeSetting(inspectorStartsAttachedSetting, attached ? "true" : "false");
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 15 // A class for creating a floating window that is "attached" to a particular
25 // Called when the Browser Window that this bubble is attached to moves.
28 // Called with the Browser Window that this bubble is attached to is
62 bool attached() const { return attached_; } function in class:BrowserBubble
114 // The frame that this bubble is attached to.
136 // Is the bubble attached to a Browser window.
  /external/qemu/hw/
pcmcia.h 10 int attached; member in struct:__anon11196
27 /* Only valid if attached */
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 65 - (BOOL)attached;
121 if ([m_windowController.get() attached])
133 bool attached = [m_windowController.get() attached];
134 setAttachedWindow(attached);
171 if ([m_windowController.get() attached])
413 - (BOOL)attached
  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 96 ASSERT(child->attached() || !child->parentNode() || !child->parentNode()->attached());
107 if (parent->attached() && !child->attached())
126 if (child->parentNode() && site.parent->attached() && !child->attached())
  /external/webkit/Source/WebCore/svg/
SVGTests.cpp 104 if (valid && !svgElement->attached())
106 if (!valid && svgElement->attached())
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListPopup.cpp 112 if (child->actionElement() && !child->actionElement()->attached()) {
  /external/webkit/Source/WebCore/dom/
ContainerNode.cpp 87 if (children[i]->attached())
93 if (attached() && !child->attached())
173 if (attached() && !child->attached() && child->parentNode() == this) {
180 // Now that the child is attached to the render tree, dispatch
344 if (attached() && !child->attached() && child->parentNode() == this) {
351 // Now that the child is attached to the render tree, dispatch
468 if (oldChild->attached())
    [all...]
  /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/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-setattribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener attached via setattribute.");

Completed in 322 milliseconds

1 2 3 4