Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 213) sorted by relevance

123456789

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGShadowTreeRootContainer.cpp39 if (m_shadowRoot && m_shadowRoot->attached()) { in ~RenderSVGShadowTreeRootContainer()
47 if (m_shadowRoot && m_shadowRoot->attached()) in updateStyle()
68 if (m_shadowRoot->attached()) in updateFromElement()
/external/webkit/Source/WebCore/wml/
DWMLCardElement.cpp69 ASSERT(attached()); in showCard()
82 ASSERT(attached()); in showCard()
88 ASSERT(attached()); in hideCard()
101 ASSERT(attached()); in hideCard()
341 ASSERT(activeCard->attached()); in determineActiveCard()
DWMLNoopElement.cpp60 if (doElement->attached()) in insertedIntoDocument()
63 ASSERT(!doElement->attached()); in insertedIntoDocument()
DWMLFormControlElement.cpp66 ASSERT(!attached()); in attach()
/external/webkit/Source/WebCore/editing/
DAppendNodeCommand.cpp43 ASSERT(m_parent->rendererIsEditable() || !m_parent->attached()); in AppendNodeCommand()
59 if (!m_parent->rendererIsEditable() && m_parent->attached()) in doApply()
/external/clang/test/SemaObjC/
Dibaction.m13 // Normally attributes should not be attached to method definitions, but
14 // we allow 'ibaction' to be attached because it can be expanded from
/external/webkit/Source/WebCore/inspector/front-end/
DToolbar.js58 …if ((!WebInspector.attached && WebInspector.platformFlavor !== WebInspector.PlatformFlavor.MacLeop…
71 …rDrag.bind(this), this._toolbarDragEnd.bind(this), event, (WebInspector.attached ? "row-resize" : …
84 if (WebInspector.attached) {
DhelpScreen.css10 body.attached .help-window-outer {
30 body.attached .help-window-main {
40 body.attached .help-window-caption {
/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp96 ASSERT(child->attached() || !child->parentNode() || !child->parentNode()->attached()); in attach()
107 if (parent->attached() && !child->attached()) in attach()
126 if (child->parentNode() && site.parent->attached() && !child->attached()) in attachAtSite()
/external/webkit/Source/WebCore/dom/
DContainerNode.cpp87 if (children[i]->attached()) in takeAllChildrenFrom()
93 if (attached() && !child->attached()) in takeAllChildrenFrom()
173 if (attached() && !child->attached() && child->parentNode() == this) { in insertBefore()
344 if (attached() && !child->attached() && child->parentNode() == this) { in replaceChild()
468 if (oldChild->attached()) in removeBetween()
551 if (removedChild->attached()) in removeChildren()
631 if (attached() && !child->attached() && child->parentNode() == this) { in appendChild()
DXMLDocumentParserQt.cpp543 if (m_view && !newElement->attached()) in parseStartElement()
641 if (m_view && !pi->attached()) in parseProcessingInstruction()
662 if (m_view && !newNode->attached()) in parseCdata()
673 if (m_view && !newNode->attached()) in parseComment()
/external/webkit/Source/WebCore/html/
DHTMLDetailsElement.cpp82 if (oldSummary == m_mainSummary || !attached()) in refreshMainSummary()
130 if (attached() && oldValue != m_isOpen) { in parseMappedAttribute()
/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.cpp134 void InspectorFrontendClientLocal::setAttachedWindow(bool attached) in setAttachedWindow() argument
142 function.appendArgument(attached); in setAttachedWindow()
/external/webkit/Source/WebKit/cf/WebCoreSupport/
DWebInspectorClientCF.cpp124 void WebInspectorClient::setInspectorStartsAttached(bool attached) in setInspectorStartsAttached() argument
126 storeSetting(inspectorStartsAttachedSetting, attached ? "true" : "false"); in setInspectorStartsAttached()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm65 - (BOOL)attached; method
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/svg/
DSVGTests.cpp104 if (valid && !svgElement->attached()) in handleAttributeChange()
106 if (!valid && svgElement->attached()) in handleAttributeChange()
/external/webkit/Source/WebCore/loader/
DPlaceholderDocument.cpp33 ASSERT(!attached()); in attach()
/external/webkit/LayoutTests/fast/xpath/
Dnamespace-vs-predicate-expected.txt1 Test for bug 12733: XPath namespace is attached to a wrong step.
/external/webkit/Source/WebCore/accessibility/chromium/
DAccessibilityObjectWrapper.h39 bool attached() const { return m_object; } in attached() function
/external/webkit/Source/WebCore/accessibility/win/
DAccessibilityObjectWrapperWin.h42 bool attached() const { return m_object; } in attached() function
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
Dprefetch-onload-expected.txt1 This tests that onload events can be attached to link elements with rel=prefetch. Since prefetch li…
Dprefetch-onerror-expected.txt1 This tests that onerror events can be attached to link elements with rel=prefetch. Since prefetch l…
/external/chromium/chrome/browser/debugger/
Ddevtools_http_protocol_handler.cc225 bool attached; member
254 page_info.attached = client_host != NULL; in GeneratePageList()
282 if (i->attached) { in OnRootRequestUI()
310 if (!i->attached) { in OnJsonRequestUI()
/external/webkit/Tools/wx/packaging/debian/
Dcopyright17 # different copyright/license attached and list them here.
/external/qemu/hw/
Dpcmcia.h10 int attached; member

123456789