HomeSort by relevance Sort by last modified time
    Searched defs:attached (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/accessibility/win/
AccessibilityObjectWrapperWin.h 42 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
  /external/webkit/Source/WebCore/accessibility/chromium/
AccessibilityObjectWrapper.h 39 bool attached() const { return m_object; } function in class:WebCore::AccessibilityObjectWrapper
  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachView.java 33 private boolean attached; field in class:ViewAttachView
58 if (attached) {
61 attached = true;
68 if (!attached) {
72 attached = false;
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 15 // 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/
pcmcia.h 10 int attached; member in struct:__anon12526
27 /* Only valid if attached */
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 225 bool attached; member in struct:PageInfo
254 page_info.attached = client_host != NULL;
282 if (i->attached) {
310 if (!i->attached) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_named_pipe.c 72 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/
ctrl_iface_named_pipe.c 66 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/skia/src/gpu/
GrGpu.cpp 169 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
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 502 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);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /external/webkit/Source/WebCore/dom/
Node.h 293 bool attached() const { return getFlag(IsAttachedFlag); } function in class:WebCore::Node
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 929 final WindowState attached = win.mAttachedWindow; local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 554 milliseconds