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

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

Completed in 436 milliseconds