Searched refs:attached (Results 1 - 25 of 65) sorted by last modified time

123

/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_named_pipe.c72 int attached; member in struct:wpa_ctrl_dst
299 dst->attached = 1;
300 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached");
304 dst->attached = 0;
509 if (dst->attached && level >= dst->debug_level) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c66 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/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/svg/
H A DSVGTests.cpp104 if (valid && !svgElement->attached())
106 if (!valid && svgElement->attached())
/external/webkit/Source/WebCore/wml/
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());
H A DWMLFormControlElement.cpp66 ASSERT(!attached());
H A DWMLNoopElement.cpp60 if (doElement->attached())
63 ASSERT(!doElement->attached());
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp124 void WebInspectorClient::setInspectorStartsAttached(bool attached) argument
126 storeSetting(inspectorStartsAttachedSetting, attached ? "true" : "false");
/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/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp502 attached property.
548 QDeclarativeWebViewAttached* attached = static_cast<QDeclarativeWebViewAttached *>(qmlAttachedPropertiesObject<QDeclarativeWebView>(object)); local
549 if (attached && !attached->windowObjectName().isEmpty())
550 q->page()->mainFrame()->addToJavaScriptWindowObject(attached->windowObjectName(), object);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuListPopup.cpp112 if (child->actionElement() && !child->actionElement()->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/accessibility/win/
H A DAccessibilityObjectWrapperWin.h42 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
/external/webkit/Source/WebCore/dom/
H A DCharacterData.cpp183 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
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...]
H A DDocument.cpp906 iframe->setRemainsAliveOnRemovalFromTree(attached() && source->attached());
1715 ASSERT(!attached());
1742 ASSERT(attached());
1770 // indicate destruction mode, i.e. attached() but renderer == 0
2080 // If we're in the middle of recalcStyle, we need to defer the close until the style information is accurate and all elements are re-attached.
2944 if (!attached() || (!m_didCalculateStyleSelector && !haveStylesheetsLoaded()))
3036 if (!renderer() || !attached())
3369 // The node iterator can be detached without having been attached if its root node didn't have a document
H A DElement.cpp770 if (document()->attached() && document()->styleSelector()->hasSelectorForAttribute(attr->name().localName()))
1087 if (attached())
1183 if (attached())
1251 if (newFirstChild != firstElementAfterInsertion && firstElementAfterInsertion && firstElementAfterInsertion->attached() &&
1273 if (newLastChild != lastElementBeforeInsertion && lastElementBeforeInsertion && lastElementBeforeInsertion->attached() &&
1290 if (firstElementAfterInsertion && firstElementAfterInsertion->attached())
1322 if (styleSelector && attached())
1659 if (!attached())
H A DNode.cpp901 if (!attached()) // changed compared to what?
1330 ASSERT(!attached());
1333 // FIXME: This is O(N^2) for the innerHTML case, where all children are replaced at once (and not attached).
1340 if (!next->attached())
1341 break; // Assume this means none of the following siblings are attached.
1391 // nextRenderer() when the parent element hasn't attached yet.
1392 if (parentOrHostNode() && !parentOrHostNode()->attached())
H A DNode.h293 bool attached() const { return getFlag(IsAttachedFlag); } function in class:WebCore::Node
H A DRange.cpp300 if (!refNode->attached()) {
335 if (!refNode->attached() || refNode->document() != m_ownerDocument) {
371 if (!m_start.container() && refNode->attached()) {
376 if (m_start.container() && !refNode->attached()) {
581 if ((!m_start.container() && refNode->attached())
582 || (m_start.container() && !refNode->attached())
H A DSelectElement.cpp504 if (oldUsesMenuList != data.usesMenuList() && element->attached()) {
H A DText.cpp289 if (attached())
H A DXMLDocumentParser.cpp206 if (m_view && m_currentNode && !m_currentNode->attached())
H A DXMLDocumentParserLibxml2.cpp828 if (m_view && !newElement->attached())
982 if (m_view && !pi->attached())
1010 if (m_view && !newNode->attached())
1028 if (m_view && !newNode->attached())
H A DXMLDocumentParserQt.cpp543 if (m_view && !newElement->attached())
641 if (m_view && !pi->attached())
662 if (m_view && !newNode->attached())
673 if (m_view && !newNode->attached())

Completed in 1454 milliseconds

123