Searched refs:attached (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/components/nacl/common/
H A Dnacl_debug_exception_handler_win.cc32 bool attached = false; variable
40 attached = true;
43 message_loop_->PostTask(FROM_HERE, base::Bind(on_connected_, attached));
45 if (attached) {
/external/chromium_org/third_party/polymer/components-chromium/core-signals/
H A Dcore-signals-extracted.js5 attached: function() {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8CustomElementLifecycleCallbacks.h51 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;
H A DV8CustomElementLifecycleCallbacks.cpp49 V(attached, AttachedCallback) \
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) argument
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) argument
74 if (!attached.IsEmpty())
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) argument
93 : CustomElementLifecycleCallbacks(flagSet(attached, detached, attributeChanged))
99 , m_attached(scriptState->isolate(), attached)
193 void V8CustomElementLifecycleCallbacks::attached(Element* element) function in class:blink::V8CustomElementLifecycleCallbacks
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementLifecycleCallbacks.h56 virtual void attached(Element*) = 0;
/external/chromium_org/third_party/polymer/components-chromium/core-localstorage/
H A Dcore-localstorage-extracted.js46 attached: function() {
/external/chromium_org/third_party/polymer/components-chromium/core-tooltip/
H A Dcore-tooltip-extracted.js42 attached: function() {
47 // Run if we're not after attached().
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragment.java26 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/android_webview/browser/
H A Daw_dev_tools_manager_delegate.h24 bool attached) OVERRIDE {}
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_manager_delegate_android.h23 bool attached) OVERRIDE;
/external/chromium_org/chrome/browser/devtools/
H A Dchrome_devtools_manager_delegate.h23 bool attached) OVERRIDE;
H A Ddevtools_network_protocol_handler.h26 bool attached);
H A Dchrome_devtools_manager_delegate.cc45 bool attached) {
46 network_protocol_handler_->DevToolsAgentStateChanged(agent_host, attached);
43 DevToolsAgentStateChanged( content::DevToolsAgentHost* agent_host, bool attached) argument
H A Ddevtools_network_protocol_handler.cc110 bool attached) {
112 if (attached)
108 DevToolsAgentStateChanged( content::DevToolsAgentHost* agent_host, bool attached) argument
/external/chromium_org/content/public/browser/
H A Ddevtools_manager_delegate.h34 bool attached) = 0;
H A Ddevtools_agent_host.h74 // Already attached client detaches from this agent host to stop debugging it.
77 // Returns true if there is a client attached.
120 typedef base::Callback<void(DevToolsAgentHost*, bool attached)>
/external/chromium_org/third_party/polymer/components-chromium/paper-button/
H A Dpaper-button-extracted.js50 attached: function() {
/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.cc181 DevToolsAgentHostImpl* agent_host, bool attached) {
185 manager->delegate()->DevToolsAgentStateChanged(agent_host, attached);
187 (*it)->Run(agent_host, attached);
180 NotifyCallbacks( DevToolsAgentHostImpl* agent_host, bool attached) argument
H A Ddevtools_agent_host_impl.h28 // Informs the hosted agent that a client host has attached.
57 static void NotifyCallbacks(DevToolsAgentHostImpl* agent_host, bool attached);
/external/chromium_org/third_party/polymer/components-chromium/core-layout/
H A Dcore-layout-extracted.js60 attached: function() {
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dchrome_web_view_permission_helper_delegate.cc145 callback.Run(allow && web_view_guest()->attached());
173 callback.Run(allow && web_view_guest()->attached());
214 if (!allow || !web_view_guest()->attached()) {
272 callback.Run(allow && web_view_guest()->attached());
/external/chromium_org/chromecast/shell/browser/devtools/
H A Dcast_dev_tools_delegate.h51 bool attached) OVERRIDE {}
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_delegate.h54 bool attached) OVERRIDE {}
/external/qemu/include/hw/
H A Dpcmcia.h10 int attached; member in struct:__anon29880
27 /* Only valid if attached */
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.cc202 if (!attached())
288 // is attached to a particular embedder WebContents. At that point, its
291 CHECK(!attached());
398 if (!attached() || !embedder_web_contents()->GetDelegate())
406 if (!attached() || !embedder_web_contents()->GetDelegate())
415 if (!attached() || !embedder_web_contents()->GetDelegate())
439 if (!attached()) {
460 if (!attached())

Completed in 1135 milliseconds

1234