Searched refs:attached (Results 1 - 25 of 65) sorted by relevance

123

/external/webkit/Source/WebCore/loader/
H A DPlaceholderDocument.cpp33 ASSERT(!attached());
H A DImageLoader.cpp271 if (!m_element->document()->attached())
294 if (!m_element->document()->attached())
/external/webkit/Source/WebCore/wml/
H A DWMLNoopElement.cpp60 if (doElement->attached())
63 ASSERT(!doElement->attached());
H A DWMLFormControlElement.cpp66 ASSERT(!attached());
H A DWMLCardElement.cpp69 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/chromium/
H A DAccessibilityObjectWrapper.h39 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.cpp39 if (m_shadowRoot && m_shadowRoot->attached()) {
47 if (m_shadowRoot && m_shadowRoot->attached())
68 if (m_shadowRoot->attached())
/external/webkit/Source/WebCore/accessibility/win/
H A DAccessibilityObjectWrapperWin.h42 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
/external/webkit/Source/WebCore/editing/
H A DAppendNodeCommand.cpp43 ASSERT(m_parent->rendererIsEditable() || !m_parent->attached());
59 if (!m_parent->rendererIsEditable() && m_parent->attached())
H A DInsertNodeBeforeCommand.cpp44 ASSERT(m_refChild->parentNode()->rendererIsEditable() || !m_refChild->parentNode()->attached());
/external/webkit/Source/WebCore/inspector/front-end/
H A DToolbar.js58 if ((!WebInspector.attached && WebInspector.platformFlavor !== WebInspector.PlatformFlavor.MacLeopard && WebInspector.platformFlavor !== WebInspector.PlatformFlavor.MacSnowLeopard) || WebInspector.port == "qt")
71 WebInspector.elementDragStart(this.element, this._toolbarDrag.bind(this), this._toolbarDragEnd.bind(this), event, (WebInspector.attached ? "row-resize" : "default"));
84 if (WebInspector.attached) {
H A Dinspector.js195 get attached()
200 set attached(x)
212 body.addStyleClass("attached");
215 body.removeStyleClass("attached");
487 if (this.attached)
590 WebInspector.setAttachedWindow = function(attached)
592 this.attached = attached;
919 if (!this.attached)
/external/webkit/Source/WebCore/html/
H A DHTMLDetailsElement.cpp82 if (oldSummary == m_mainSummary || !attached())
114 // has been added and it will be attached without our help.
130 if (attached() && oldValue != m_isOpen) {
H A DHTMLLIElement.cpp92 ASSERT(!attached());
H A DHTMLPlugInImageElement.cpp155 if (attached() && renderer() && !useFallbackContent())
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendClientLocal.cpp134 void InspectorFrontendClientLocal::setAttachedWindow(bool attached) argument
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/
H A DWebInspectorClientCF.cpp124 void WebInspectorClient::setInspectorStartsAttached(bool attached) argument
126 storeSetting(inspectorStartsAttachedSetting, attached ? "true" : "false");
/external/qemu/hw/
H A Dpcmcia.h10 int attached; member in struct:__anon10981
27 /* Only valid if attached */
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuListPopup.cpp112 if (child->actionElement() && !child->actionElement()->attached()) {
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.mm65 - (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/
H A DHTMLConstructionSite.cpp96 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/
H A DSVGTests.cpp104 if (valid && !svgElement->attached())
106 if (!valid && svgElement->attached())
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.h15 // 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/webkit/Source/WebCore/dom/
H A DContainerNode.cpp87 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/
H A DMESA_shader_debug.spec42 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.

Completed in 6264 milliseconds

123