Home
last modified time | relevance | path

Searched refs:BackgroundContentsOpenedDetails (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.h45 struct BackgroundContentsOpenedDetails;
188 void BackgroundContentsOpened(BackgroundContentsOpenedDetails* details);
Dbackground_contents_service.cc658 BackgroundContentsOpenedDetails details = {contents, in CreateBackgroundContents()
665 content::Details<BackgroundContentsOpenedDetails>(&details)); in CreateBackgroundContents()
729 BackgroundContentsOpenedDetails* details) { in BackgroundContentsOpened()
Dbackground_contents_service_unittest.cc81 BackgroundContentsOpenedDetails details = { in SendOpenedNotification()
/external/chromium_org/chrome/browser/tab_contents/
Dbackground_contents.h94 struct BackgroundContentsOpenedDetails { struct
/external/chromium_org/chrome/browser/chromeos/first_run/
Ddrive_first_run_controller.cc334 content::Details<BackgroundContentsOpenedDetails>(details) in Observe()