Home
last modified time | relevance | path

Searched refs:IsAttached (Results 1 – 25 of 25) sorted by relevance

/external/clang/include/clang/AST/
DRawCommentList.h60 return IsAttached; in isAttached()
64 IsAttached = true; in setAttached()
137 bool IsAttached : 1; variable
151 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/external/chromium_org/content/browser/devtools/
Dembedded_worker_devtools_agent_host.cc155 DCHECK(IsAttached()); in WorkerReadyForInspection()
167 state_ = IsAttached() ? WORKER_PAUSED_FOR_REATTACH : WORKER_UNINSPECTED; in WorkerRestarted()
175 DCHECK(IsAttached()); in WorkerDestroyed()
Ddevtools_manager_unittest.cc109 EXPECT_FALSE(agent->IsAttached()); in TEST_F()
114 EXPECT_TRUE(agent->IsAttached()); in TEST_F()
119 EXPECT_FALSE(agent->IsAttached()); in TEST_F()
Drender_view_devtools_agent_host.cc73 return agent_host && agent_host->IsAttached(); in IsDebuggerAttached()
232 if (*it == this || !(*it)->IsAttached()) in InnerClientDetachedFromRenderer()
417 if (IsAttached()) in ConnectRenderViewHost()
Ddevtools_agent_host_impl.h43 virtual bool IsAttached() OVERRIDE;
Ddevtools_agent_host_impl.cc95 bool DevToolsAgentHostImpl::IsAttached() { in IsAttached() function in content::DevToolsAgentHostImpl
Ddevtools_http_handler_impl.cc670 if (agent->IsAttached()) { in OnWebSocketRequestUI()
890 if (!target.IsAttached()) { in SerializeTarget()
/external/chromium_org/android_webview/browser/
Daw_dev_tools_manager_delegate.cc55 virtual bool IsAttached() const OVERRIDE { in IsAttached() function in __anon3751938b0111::Target
56 return agent_host_->IsAttached(); in IsAttached()
/external/chromium_org/chromecast/shell/browser/devtools/
Dcast_dev_tools_delegate.cc60 virtual bool IsAttached() const OVERRIDE { in IsAttached() function in chromecast::shell::__anon0dc2cf3a0111::Target
61 return agent_host_->IsAttached(); in IsAttached()
/external/chromium_org/chrome/browser/android/
Ddev_tools_manager_delegate_android.cc120 virtual bool IsAttached() const OVERRIDE { in IsAttached() function in __anon77df81c90111::TabTarget
230 virtual bool IsAttached() const OVERRIDE { in IsAttached() function in __anon77df81c90111::NonTabTarget
231 return agent_host_->IsAttached(); in IsAttached()
/external/chromium_org/content/public/browser/
Ddevtools_target.h53 virtual bool IsAttached() const = 0;
Ddevtools_agent_host.h78 virtual bool IsAttached() = 0;
/external/chromium_org/content/shell/browser/
Dshell_devtools_delegate.cc143 virtual bool IsAttached() const OVERRIDE { in IsAttached() function in __anon5c1d49db0111::Target
144 return agent_host_->IsAttached(); in IsAttached()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_target_impl.cc228 bool DevToolsTargetImpl::IsAttached() const { in IsAttached() function in DevToolsTargetImpl
229 return agent_host_->IsAttached(); in IsAttached()
Ddevtools_target_impl.h48 virtual bool IsAttached() const OVERRIDE;
Ddevtools_targets_ui.cc392 target->IsAttached() && in DeviceListChanged()
467 target_data->SetBoolean(kAttachedField, target.IsAttached()); in Serialize()
/external/chromium_org/content/renderer/devtools/
Ddevtools_agent.h44 bool IsAttached();
Ddevtools_agent.cc359 bool DevToolsAgent::IsAttached() { in IsAttached() function in content::DevToolsAgent
/external/pdfium/fpdfsdk/include/javascript/
DJS_Value.h134 FX_BOOL IsAttached();
/external/chromium_org/chrome/browser/extensions/api/debugger/
Ddebugger_api.cc589 if (agent_host_->IsAttached()) { in RunAsync()
704 dictionary->SetBoolean(kTargetAttachedField, target.IsAttached()); in SerializeTarget()
/external/clang/lib/AST/
DRawCommentList.cpp70 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()
/external/chromium_org/chrome/browser/devtools/device/
Ddevtools_android_bridge.cc399 virtual bool IsAttached() const OVERRIDE;
483 bool RemotePageTarget::IsAttached() const { in IsAttached() function in RemotePageTarget
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp464 FX_BOOL CJS_Array::IsAttached() in IsAttached() function in CJS_Array
/external/chromium_org/chrome/browser/ui/webui/
Dinspect_ui.cc342 if (agent_host->IsAttached()) in InspectBrowserWithCustomFrontend()
/external/chromium_org/content/renderer/
Drender_frame_impl.cc2863 if (render_view_->devtools_agent_->IsAttached()) in didFinishResourceLoad()