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

123

/external/webkit/WebCore/loader/
H A DPlaceholderDocument.cpp36 ASSERT(!attached());
H A DImageLoader.cpp244 if (!m_element->document()->attached())
264 if (!m_element->document()->attached())
/external/webkit/WebCore/editing/
H A DAppendNodeCommand.cpp42 ASSERT(m_parent->isContentEditable() || !m_parent->attached());
47 if (!m_parent->isContentEditable() && m_parent->attached())
H A DInsertNodeBeforeCommand.cpp43 ASSERT(m_refChild->parentNode()->isContentEditable() || !m_refChild->parentNode()->attached());
/external/webkit/WebCore/wml/
H A DWMLNoopElement.cpp55 if (doElement->attached())
58 ASSERT(!doElement->attached());
H A DWMLFormControlElement.cpp61 ASSERT(!attached());
H A DWMLCardElement.cpp64 ASSERT(attached());
77 ASSERT(attached());
83 ASSERT(attached());
96 ASSERT(attached());
102 // Only one template is allowed to be attached to a card
336 ASSERT(activeCard->attached());
/external/webkit/WebCore/accessibility/chromium/
H A DAccessibilityObjectWrapper.h39 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
/external/webkit/WebCore/rendering/
H A DRenderSVGShadowTreeRootContainer.cpp39 if (m_shadowRoot && m_shadowRoot->attached())
45 if (m_shadowRoot && m_shadowRoot->attached())
66 if (m_shadowRoot->attached())
/external/webkit/WebCore/accessibility/win/
H A DAccessibilityObjectWrapperWin.h42 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
/external/webkit/WebCore/dom/
H A DCharacterData.cpp50 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
78 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
99 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
128 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
158 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
H A DContainerNode.cpp152 if (attached() && !child->attached() && child->parent() == this) {
263 if (attached() && !child->attached() && child->parent() == this) {
296 if (child->attached())
344 if (child->attached())
414 if (n->attached())
488 if (attached() && !child->attached() && child->parent() == this) {
H A DXMLTokenizerQt.cpp530 if (m_view && !newElement->attached())
627 if (m_view && !pi->attached())
646 if (m_view && !newNode->attached())
656 if (m_view && !newNode->attached())
H A Dxml_expat_tokenizer.cpp474 if (m_view && !newElement->attached())
567 if (m_view && m_currentNode && !m_currentNode->attached())
597 if (m_view && !pi->attached())
622 if (m_view && !newNode->attached())
641 if (m_view && !newNode->attached())
H A DElement.cpp608 if (document()->attached() && document()->styleSelector()->hasSelectorForAttribute(attr->name().localName()))
858 if (attached())
969 if (newFirstChild != firstElementAfterInsertion && firstElementAfterInsertion && firstElementAfterInsertion->attached() &&
991 if (newLastChild != lastElementBeforeInsertion && lastElementBeforeInsertion && lastElementBeforeInsertion->attached() &&
1008 if (firstElementAfterInsertion && firstElementAfterInsertion->attached())
1359 if (!attached())
H A DXMLTokenizer.cpp200 if (m_view && m_currentNode && !m_currentNode->attached())
/external/kernel-headers/original/linux/
H A Dif_tun.h37 int attached; member in struct:tun_struct
/external/qemu/hw/
H A Dpcmcia.h10 int attached; member in struct:__anon3943
27 /* Only valid if attached */
/external/webkit/WebCore/accessibility/
H A DAccessibilityMenuListPopup.cpp112 if (child->actionElement() && !child->actionElement()->attached()) {
/external/webkit/WebCore/html/
H A DHTMLLIElement.cpp82 ASSERT(!attached());
H A DHTMLFrameElementBase.cpp122 // FIXME: If we are already attached, this doesn't actually change the frame's name.
123 // FIXME: If we are already attached, this doesn't check for frame name
127 // FIXME: If we are already attached, this has no effect.
130 // FIXME: If we are already attached, this has no effect.
137 // FIXME: If we are already attached, this has no effect.
271 ASSERT(!attached());
/external/webkit/WebCore/inspector/front-end/
H A Dinspector.js224 get attached()
229 set attached(x)
244 body.addStyleClass("attached");
248 body.removeStyleClass("attached");
496 if (this.attached)
603 WebInspector.setAttachedWindow = function(attached)
605 this.attached = attached;
873 if (this.attached)
883 this.attached
[all...]
/external/webkit/WebCore/inspector/
H A DInspectorFrontend.h79 void setAttachedWindow(bool attached);
/external/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;
508 if (dst->attached && level >= dst->debug_level) {
/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) {

Completed in 198 milliseconds

123