HomeSort by relevance Sort by last modified time
    Searched refs:attached (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /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_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) {
  /external/chromium_org/content/public/browser/
devtools_manager.h 41 // Returns agent that has |client_host| attached to it if there is one.
57 typedef base::Callback<void(DevToolsAgentHost*, bool attached)> Callback;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.cpp 48 if (shadowHost->attached())
65 if (oldRoot->attached())
83 if (!root->attached())
94 if (root->attached())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
AppendNodeCommand.cpp 44 ASSERT(m_parent->rendererIsEditable() || !m_parent->attached());
60 if (!m_parent->rendererIsEditable() && m_parent->attached())
RemoveNodeCommand.cpp 48 && !parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) && parent->attached()))
50 ASSERT(parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) || !parent->attached());
InsertNodeBeforeCommand.cpp 47 ASSERT(m_refChild->parentNode()->rendererIsEditable() || !m_refChild->parentNode()->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/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 178 if (!attached())
195 if (!attached())
203 if (!attached())
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 158 if (valid && !targetElement->attached() && targetElement->parentNode()->attached())
160 else if (!valid && targetElement->attached())
  /system/core/debuggerd/
backtrace.c 65 static void dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached,
87 if (!attached && ptrace(PTRACE_ATTACH, tid, 0, 0) < 0) {
110 if (!attached && ptrace(PTRACE_DETACH, tid, 0, 0) != 0) {
  /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_dialog_controller.h 87 // Get the set of permissions to attached galleries.
152 // Updates the model and view when a device is attached or detached.
155 // Fill |permissions| with a sorted list of either attached or unattached
157 void FillPermissions(bool attached,
  /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.
guestview.cc 118 if (!attached()) {
140 if (!attached())
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 92 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached);
108 // Whether a devtools window is attached to this bubble.
extension_popup_gtk.cc 111 content::DevToolsAgentHost* agent_host, bool attached) {
115 if (attached) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.h 38 // |browser| is the browser to which the pop-up will be attached. NULL is a
84 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached);
extension_popup.cc 121 content::DevToolsAgentHost* agent_host, bool attached) {
126 if (attached) {
  /external/chromium_org/content/browser/devtools/
devtools_manager_impl.h 80 void NotifyObservers(DevToolsAgentHost* agent_host, bool attached);
devtools_manager_impl.cc 185 bool attached) {
188 (*it)->Run(agent_host, attached);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElementWithState.cpp 80 return attached() && shouldAutocomplete();
  /external/qemu/hw/
pcmcia.h 10 int attached; member in struct:__anon27221
27 /* Only valid if attached */
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuListPopup.cpp 117 if (child->actionElement() && !child->actionElement()->attached()) {

Completed in 566 milliseconds

1 2 3 4 5 6