Searched defs:attached (Results 1 - 12 of 12) sorted by relevance

/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/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/qemu/hw/
H A Dpcmcia.h10 int attached; member in struct:__anon8612
27 /* Only valid if attached */
/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/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) {
/external/wpa_supplicant_8/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/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/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/dom/
H A DNode.h293 bool attached() const { return getFlag(IsAttachedFlag); } function in class:WebCore::Node

Completed in 375 milliseconds