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

1 2 3 4 5

  /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_delegate.h 26 bool attached) = 0;
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/custom/
CustomElementLifecycleCallbacks.h 48 Attached = 1 << 1,
56 virtual void attached(Element*) = 0;
CustomElementCallbackInvocation.cpp 54 ASSERT(m_which == CustomElementLifecycleCallbacks::Attached || m_which == CustomElementLifecycleCallbacks::Detached);
60 case CustomElementLifecycleCallbacks::Attached:
61 callbacks()->attached(element);
111 CustomElementScheduler::scheduleCallback(callbacks(), element, CustomElementLifecycleCallbacks::Attached);
121 case CustomElementLifecycleCallbacks::Attached:
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8CustomElementLifecycleCallbacks.h 51 static PassRefPtr<V8CustomElementLifecycleCallbacks> create(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
58 V8CustomElementLifecycleCallbacks(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
61 virtual void attached(Element*) OVERRIDE;
V8CustomElementLifecycleCallbacks.cpp 49 V(attached, Attached) \
53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
66 return adoptRef(new V8CustomElementLifecycleCallbacks(scriptState, prototype, created, attached, detached, attributeChanged));
69 static CustomElementLifecycleCallbacks::CallbackType flagSet(v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
74 if (!attached.IsEmpty())
75 flags |= CustomElementLifecycleCallbacks::Attached;
92 V8CustomElementLifecycleCallbacks::V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
93 : CustomElementLifecycleCallbacks(flagSet(attached, detached, attributeChanged))
99 , m_attached(scriptState->isolate(), attached)
193 void V8CustomElementLifecycleCallbacks::attached(Element* element) function in class:WebCore::V8CustomElementLifecycleCallbacks
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java 26 private boolean attached; field in class:ShadowFragment
78 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
124 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
132 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
138 attached = isAttached;
142 return attached;
  /external/chromium_org/chrome/browser/devtools/
chrome_devtools_manager_delegate.h 26 bool attached) OVERRIDE;
chrome_devtools_manager_delegate.cc 117 bool attached) {
119 if (attached)
  /system/core/debuggerd/
backtrace.cpp 66 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) {
86 if (!attached && ptrace(PTRACE_ATTACH, tid, 0, 0) < 0) {
98 if (!attached && ptrace(PTRACE_DETACH, tid, 0, 0) != 0) {
  /external/chromium_org/content/browser/devtools/
devtools_manager_impl.h 87 void NotifyObservers(DevToolsAgentHost* agent_host, bool attached);
devtools_manager_impl.cc 194 bool attached) {
197 delegate_->DevToolsAgentStateChanged(agent_host, attached);
199 (*it)->Run(agent_host, attached);
  /external/qemu/include/hw/
pcmcia.h 10 int attached; member in struct:__anon33598
27 /* Only valid if attached */
  /external/chromium_org/tools/android/
adb_remote_setup.sh 38 Configures adb on a remote machine to communicate with a device attached to the
  /external/chromium_org/chrome/browser/guest_view/web_view/
javascript_dialog_helper.cc 101 callback.Run(allow && webview_guest_->attached(),
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.h 46 // |browser| is the browser to which the pop-up will be attached. NULL is a
105 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached);
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 337 * - Enumerating the USB devices currently attached to the system
542 dev->attached = 1;
569 dev->attached = 0;
632 * Returns a list of USB devices currently attached to the system. This is
    [all...]
  /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/apps/
app_window_registry.h 98 // attached to it, which should be restored during a reload of a corresponding
138 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached);
  /external/chromium_org/chrome/browser/guest_view/
guest_view_base.h 67 // This method is called after the guest has been attached to an embedder and
137 bool attached() const { return !!embedder_web_contents_; } function in class:GuestViewBase
212 // the guest is attached to a particular embedder.
guest_view_base.cc 252 if (!attached()) {
275 if (!attached())
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
46 is maintained. A debug object can be attached, detached and queried
48 be attached to a single program object.
159 to each debug object that is attached to the program object.
  /external/mesa3d/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
46 is maintained. A debug object can be attached, detached and queried
48 be attached to a single program object.
159 to each debug object that is attached to the program object.

Completed in 1307 milliseconds

1 2 3 4 5