Searched refs:attached (Results 26 - 50 of 65) sorted by relevance

123

/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.cc225 bool attached; member in struct:PageInfo
254 page_info.attached = client_host != NULL;
282 if (i->attached) {
310 if (!i->attached) {
/external/webkit/Source/WebCore/dom/
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())
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.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 DCharacterData.cpp183 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
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 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())
/external/webkit/Source/WebCore/inspector/front-end/
H A DSearchController.js61 if (WebInspector.attached)
H A Dinspector.css97 body.attached #toolbar {
104 body.attached.port-qt #toolbar {
108 body.attached.inactive #toolbar {
137 body.attached .toolbar-icon,
148 body.attached .toolbar-item:active .toolbar-icon {
162 body.attached .toolbar-label,
170 body.attached #search-toolbar-label {
190 body.attached #toolbar-dropdown-arrow {
306 body.attached #search {
373 body.attached
[all...]
/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/html/
H A DHTMLFormControlElement.cpp158 ASSERT(!attached());
540 return attached() && autoComplete();
H A DHTMLFrameElementBase.cpp120 // FIXME: If we are already attached, this doesn't actually change the frame's name.
121 // FIXME: If we are already attached, this doesn't check for frame name
125 // FIXME: If we are already attached, this has no effect.
128 // FIXME: If we are already attached, this has no effect.
135 // FIXME: If we are already attached, this has no effect.
183 // resolve. Any code which expects this to be attached will resolve style
185 // FIXME: Normally lazyAttach marks the renderer as attached(), but we don't
187 // this and attach() will ASSERT(!attached())
271 ASSERT(!attached());
H A DHTMLInputElement.cpp121 if (attached() && checked())
461 bool wasAttached = attached();
640 if (m_maxResults != oldResults && (m_maxResults <= 0 || oldResults <= 0) && attached()) {
H A DHTMLBodyElement.cpp141 if (attached())
H A DHTMLSelectElement.cpp268 if ((oldUsesMenuList != m_data.usesMenuList() || (!oldUsesMenuList && m_data.size() != oldSize)) && 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/mesa3d/docs/
H A DMESA_texture_array.spec327 affects the texture image attached to <target>. ..."
629 then <params> will contain the number of texture layer attached to the
776 (7) How are stacked textures attached to framebuffer objects?
779 are attached using FreambufferTextureLayerEXT. Once attached, the
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp297 // We check renderers in preOrder from the renderer that our counter is attached to
327 // If the node we are placing is not reset or we have found a counter that is attached
362 // counter being placed is attached to.
371 // as counters they may have attached cannot be the previous sibling of the counter we are placing.
572 // destruction of all counters attached to a Renderer. In this case
634 if (node && !node->attached())
635 return; // No need to update if the parent is not attached yet
643 if (!node || !node->attached())
/external/skia/src/gpu/
H A DGrGpu.cpp169 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local
170 if (!attached) {
173 return attached;
181 // attached to an RT for the first time. When we start matching
/external/webkit/Source/WebCore/page/
H A DFrame.cpp273 if (!view && m_doc && m_doc->attached() && !m_doc->inPageCache()) {
299 if (m_doc && m_doc->attached() && !m_doc->inPageCache()) {
311 if (m_doc && !m_doc->attached())
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp1670 if (lastNode->element()->parentElement()->attached() && !lastNode->element()->attached())
1689 if (lastNode->element()->parentNode()->attached() && !lastNode->element()->attached())
1702 if (furthestBlockElement->attached() && !newElement->attached()) {
1703 // Notice that newElement might already be attached if, for example, one of the reparented
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php716 // return a new token attached to this consumer
720 // return a new access token attached to this consumer

Completed in 692 milliseconds

123