Searched defs:background_contents (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dbackground_page_tracker.cc238 std::vector<BackgroundContents*> background_contents = local
241 background_contents.begin();
242 iter != background_contents.end();
H A Dbackground_contents_service.cc469 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) {
468 RegisterBackgroundContents( BackgroundContents* background_contents) argument
493 UnregisterBackgroundContents( BackgroundContents* background_contents) argument
530 BackgroundContentsShutdown( BackgroundContents* background_contents) argument
[all...]
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.cc29 #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;
604 TaskManagerBackgroundContentsResource( BackgroundContents* background_contents, const string16& application_name) argument
744 AddToTaskManager( BackgroundContents* background_contents, const string16& application_name) argument

Completed in 226 milliseconds