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

  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 66 void SetBackgrounded(bool backgrounded);
browser_child_process_host_impl.cc 208 void BrowserChildProcessHostImpl::SetBackgrounded(bool backgrounded) {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 224 void SetBackgrounded(bool backgrounded);
render_process_host_impl.cc 805 SetBackgrounded(false);
818 SetBackgrounded(true);
    [all...]
  /external/chromium_org/content/browser/worker_host/
worker_process_host.h 163 void SetBackgrounded(bool backgrounded);
worker_process_host.cc 564 void WorkerProcessHost::SetBackgrounded(bool backgrounded) {
565 process_->SetBackgrounded(backgrounded);
worker_service_impl.cc 169 iter->SetBackgrounded(throttle);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 551 virtual void SetBackgrounded(bool backgrounded) {

Completed in 112 milliseconds