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

  /external/chromium_org/content/public/browser/
devtools_target.h 53 virtual bool IsAttached() const = 0;
devtools_agent_host.h 78 virtual bool IsAttached() = 0;
  /external/clang/include/clang/AST/
RawCommentList.h 59 bool isAttached() const LLVM_READONLY {
60 return IsAttached;
64 IsAttached = true;
137 bool IsAttached : 1;
151 IsAttached(false), IsTrailingComment(IsTrailingComment),
  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.h 43 virtual bool IsAttached() OVERRIDE;
devtools_manager_unittest.cc 109 EXPECT_FALSE(agent->IsAttached());
114 EXPECT_TRUE(agent->IsAttached());
119 EXPECT_FALSE(agent->IsAttached());
embedded_worker_devtools_agent_host.cc 155 DCHECK(IsAttached());
167 state_ = IsAttached() ? WORKER_PAUSED_FOR_REATTACH : WORKER_UNINSPECTED;
175 DCHECK(IsAttached());
render_view_devtools_agent_host.cc 73 return agent_host && agent_host->IsAttached();
232 if (*it == this || !(*it)->IsAttached())
417 if (IsAttached())
devtools_agent_host_impl.cc 95 bool DevToolsAgentHostImpl::IsAttached() {
devtools_http_handler_impl.cc 670 if (agent->IsAttached()) {
890 if (!target.IsAttached()) {
  /external/chromium_org/android_webview/browser/
aw_dev_tools_manager_delegate.cc 55 virtual bool IsAttached() const OVERRIDE {
56 return agent_host_->IsAttached();
  /external/chromium_org/chromecast/shell/browser/devtools/
cast_dev_tools_delegate.cc 60 virtual bool IsAttached() const OVERRIDE {
61 return agent_host_->IsAttached();
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 48 virtual bool IsAttached() const OVERRIDE;
devtools_target_impl.cc 228 bool DevToolsTargetImpl::IsAttached() const {
229 return agent_host_->IsAttached();
devtools_targets_ui.cc 392 target->IsAttached() &&
467 target_data->SetBoolean(kAttachedField, target.IsAttached());
  /external/chromium_org/content/renderer/devtools/
devtools_agent.h 44 bool IsAttached();
devtools_agent.cc 359 bool DevToolsAgent::IsAttached() {
  /external/chromium_org/chrome/browser/android/
dev_tools_manager_delegate_android.cc 120 virtual bool IsAttached() const OVERRIDE {
230 virtual bool IsAttached() const OVERRIDE {
231 return agent_host_->IsAttached();
  /external/chromium_org/content/shell/browser/
shell_devtools_delegate.cc 143 virtual bool IsAttached() const OVERRIDE {
144 return agent_host_->IsAttached();
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 134 FX_BOOL IsAttached();
  /external/clang/lib/AST/
RawCommentList.cpp 70 IsAttached(false), IsAlmostTrailingComment(false),
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 589 if (agent_host_->IsAttached()) {
704 dictionary->SetBoolean(kTargetAttachedField, target.IsAttached());
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 464 FX_BOOL CJS_Array::IsAttached()
  /external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.cc 399 virtual bool IsAttached() const OVERRIDE;
483 bool RemotePageTarget::IsAttached() const {
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 342 if (agent_host->IsAttached())
  /external/chromium_org/content/renderer/
render_frame_impl.cc     [all...]

Completed in 974 milliseconds