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

  /external/chromium/chrome/browser/
background_contents_service.cc 469 BackgroundContents* background_contents) {
470 DCHECK(IsTracked(background_contents));
480 const string16& appid = GetParentApplicationId(background_contents);
487 dict->SetString(kUrlKey, background_contents->GetURL().spec());
494 BackgroundContents* background_contents) {
497 DCHECK(IsTracked(background_contents));
498 const string16 appid = GetParentApplicationId(background_contents);
526 BackgroundContents* background_contents) const {
527 return !GetParentApplicationId(background_contents).empty();
531 BackgroundContents* background_contents) {
    [all...]
background_page_tracker.cc 238 std::vector<BackgroundContents*> background_contents = local
241 background_contents.begin();
242 iter != background_contents.end();
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 197 BackgroundContents* background_contents,
241 void Add(BackgroundContents* background_contents, const string16& title);
242 void Remove(BackgroundContents* background_contents);
244 void AddToTaskManager(BackgroundContents* background_contents,
task_manager_resource_providers.cc 29 #include "chrome/browser/tab_contents/background_contents.h"
605 BackgroundContents* background_contents,
608 background_contents->render_view_host()->process()->GetHandle(),
609 background_contents->render_view_host()),
610 background_contents_(background_contents),
745 BackgroundContents* background_contents,
748 new TaskManagerBackgroundContentsResource(background_contents,
750 resources_[background_contents] = resource;
    [all...]

Completed in 646 milliseconds