Home
last modified time | relevance | path

Searched refs:BackgroundContentsOpened (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.h188 void BackgroundContentsOpened(BackgroundContentsOpenedDetails* details);
Dbackground_contents_service.cc661 BackgroundContentsOpened(&details); in CreateBackgroundContents()
728 void BackgroundContentsService::BackgroundContentsOpened( in BackgroundContentsOpened() function in BackgroundContentsService
Dbackground_contents_service_unittest.cc83 service->BackgroundContentsOpened(&details); in SendOpenedNotification()