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

  /external/chromium_org/chrome/browser/task_manager/
tab_contents_resource_provider.cc 86 bool HostsExtension() const;
114 bool TabContentsResource::HostsExtension() const {
119 return HostsExtension() ? EXTENSION : RENDERER;
137 HostsExtension(),
162 if (HostsExtension()) {
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 172 return tab_contents_->tab_contents()->HostsExtension() ? EXTENSION : RENDERER;
200 tab_contents_->tab_contents()->HostsExtension(),
214 if (tab_contents_->tab_contents()->HostsExtension()) {
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 182 bool HostsExtension() const;
    [all...]

Completed in 777 milliseconds