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

  /external/chromium_org/components/nacl/common/
nacl_debug_exception_handler_win.cc 32 bool attached = false; variable
40 attached = true;
43 message_loop_->PostTask(FROM_HERE, base::Bind(on_connected_, attached));
45 if (attached) {
  /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/chromium_org/chrome/browser/guestview/
guestview.h 71 bool attached() const { return !!embedder_web_contents_; } function in class:GuestView
110 // the guest is attached to a particular embedder.
  /external/qemu/hw/
pcmcia.h 10 int attached; member in struct:__anon27221
27 /* Only valid if attached */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java 26 private boolean attached; field in class:ShadowFragment
70 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
116 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
124 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
130 attached = isAttached;
134 return attached;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller.cc 140 bool attached,
145 if ((attached && iter->second.pref_info.IsGalleryAvailable()) ||
146 (!attached && !iter->second.pref_info.IsGalleryAvailable())) {
152 if ((attached && iter->pref_info.IsGalleryAvailable()) ||
153 (!attached && !iter->pref_info.IsGalleryAvailable())) {
164 GalleryPermissionsVector attached; local
165 FillPermissions(true, &attached);
166 return attached;
media_galleries_preferences.cc 311 string16 attached; local
314 attached = l10n_util::GetStringUTF16(
317 attached = l10n_util::GetStringFUTF16(
321 attached = l10n_util::GetStringUTF16(
326 return attached;
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 82 // A BrowserPluginGuest is said to be "attached" if it has an embedder.
174 // attached.
245 // Returns whether the guest is attached to an embedder.
246 bool attached() const { return !!embedder_web_contents_; } function in class:content::BrowserPluginGuest
492 // has been attached to a BrowserPlugin. Once the first navigation commits, we
516 // this guest is attached.
522 // once the guest is attached to a particular embedder.
  /external/chromium_org/remoting/host/win/
host_service.cc 100 // Get the attached session ID from another observer watching the same WTS
113 // attached to |terminal_id|.
161 bool attached = LookupTerminalId(session_id, &terminal_id); local
169 // if it is now attached to a different client.
171 (!attached || !(i->terminal_id == terminal_id))) {
178 // The client currently attached to |session_id| was attached to a different
180 if (attached && i->terminal_id == terminal_id &&
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 144 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local
145 if (!attached) {
148 return attached;
153 // attached to an RT for the first time. When we start matching
  /external/skia/src/gpu/
GrGpu.cpp 144 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local
145 if (!attached) {
148 return attached;
153 // attached to an RT for the first time. When we start matching
  /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/chromium_org/chrome/browser/devtools/
devtools_adb_bridge.h 98 bool attached() { return debug_url_.empty(); } function in class:DevToolsAdbBridge::RemotePage
  /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/chromium_org/tools/traceline/svgui/
traceline.js 459 'attached': false,
463 this.attached = true;
473 this.attached = false;
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 307 int attached; member in struct:libusb_device
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 375 bool attached() const { return getFlag(IsAttachedFlag); } function in class:WebCore::Node
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 496 bool Internals::attached(Node* node, ExceptionState& es) function in class:WebCore::Internals
503 return node->attached();
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 1564 bool attached; member in struct:views::TestNativeViewHierarchy::NotificationInfo
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 1083 final WindowState attached = win.mAttachedWindow; local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 2466 milliseconds