/external/clang/include/clang/AST/ |
D | RawCommentList.h | 60 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/ |
D | embedded_worker_devtools_agent_host.cc | 155 DCHECK(IsAttached()); in WorkerReadyForInspection() 167 state_ = IsAttached() ? WORKER_PAUSED_FOR_REATTACH : WORKER_UNINSPECTED; in WorkerRestarted() 175 DCHECK(IsAttached()); in WorkerDestroyed()
|
D | devtools_manager_unittest.cc | 109 EXPECT_FALSE(agent->IsAttached()); in TEST_F() 114 EXPECT_TRUE(agent->IsAttached()); in TEST_F() 119 EXPECT_FALSE(agent->IsAttached()); in TEST_F()
|
D | render_view_devtools_agent_host.cc | 73 return agent_host && agent_host->IsAttached(); in IsDebuggerAttached() 232 if (*it == this || !(*it)->IsAttached()) in InnerClientDetachedFromRenderer() 417 if (IsAttached()) in ConnectRenderViewHost()
|
D | devtools_agent_host_impl.h | 43 virtual bool IsAttached() OVERRIDE;
|
D | devtools_agent_host_impl.cc | 95 bool DevToolsAgentHostImpl::IsAttached() { in IsAttached() function in content::DevToolsAgentHostImpl
|
D | devtools_http_handler_impl.cc | 670 if (agent->IsAttached()) { in OnWebSocketRequestUI() 890 if (!target.IsAttached()) { in SerializeTarget()
|
/external/chromium_org/android_webview/browser/ |
D | aw_dev_tools_manager_delegate.cc | 55 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/ |
D | cast_dev_tools_delegate.cc | 60 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/ |
D | dev_tools_manager_delegate_android.cc | 120 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/ |
D | devtools_target.h | 53 virtual bool IsAttached() const = 0;
|
D | devtools_agent_host.h | 78 virtual bool IsAttached() = 0;
|
/external/chromium_org/content/shell/browser/ |
D | shell_devtools_delegate.cc | 143 virtual bool IsAttached() const OVERRIDE { in IsAttached() function in __anon5c1d49db0111::Target 144 return agent_host_->IsAttached(); in IsAttached()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_target_impl.cc | 228 bool DevToolsTargetImpl::IsAttached() const { in IsAttached() function in DevToolsTargetImpl 229 return agent_host_->IsAttached(); in IsAttached()
|
D | devtools_target_impl.h | 48 virtual bool IsAttached() const OVERRIDE;
|
D | devtools_targets_ui.cc | 392 target->IsAttached() && in DeviceListChanged() 467 target_data->SetBoolean(kAttachedField, target.IsAttached()); in Serialize()
|
/external/chromium_org/content/renderer/devtools/ |
D | devtools_agent.h | 44 bool IsAttached();
|
D | devtools_agent.cc | 359 bool DevToolsAgent::IsAttached() { in IsAttached() function in content::DevToolsAgent
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Value.h | 134 FX_BOOL IsAttached();
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
D | debugger_api.cc | 589 if (agent_host_->IsAttached()) { in RunAsync() 704 dictionary->SetBoolean(kTargetAttachedField, target.IsAttached()); in SerializeTarget()
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 70 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()
|
/external/chromium_org/chrome/browser/devtools/device/ |
D | devtools_android_bridge.cc | 399 virtual bool IsAttached() const OVERRIDE; 483 bool RemotePageTarget::IsAttached() const { in IsAttached() function in RemotePageTarget
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Value.cpp | 464 FX_BOOL CJS_Array::IsAttached() in IsAttached() function in CJS_Array
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | inspect_ui.cc | 342 if (agent_host->IsAttached()) in InspectBrowserWithCustomFrontend()
|
/external/chromium_org/content/renderer/ |
D | render_frame_impl.cc | 2863 if (render_view_->devtools_agent_->IsAttached()) in didFinishResourceLoad()
|