OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppBackgroundContents
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/
background_contents_service_unittest.cc
206
EXPECT_EQ(NULL, service.
GetAppBackgroundContents
(ASCIIToUTF16("appid")));
212
EXPECT_EQ(contents, service.
GetAppBackgroundContents
(contents->appid()));
214
EXPECT_EQ(contents2.get(), service.
GetAppBackgroundContents
(
228
EXPECT_EQ(NULL, service.
GetAppBackgroundContents
(ASCIIToUTF16("appid")));
background_contents_service.h
53
BackgroundContents*
GetAppBackgroundContents
(const string16& appid);
background_contents_service.cc
428
DCHECK(!
GetAppBackgroundContents
(application_id));
506
BackgroundContents* contents =
GetAppBackgroundContents
(appid);
538
BackgroundContents* BackgroundContentsService::
GetAppBackgroundContents
(
/external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc
130
GetAppBackgroundContents
(ASCIIToUTF16(extension->id())));
/external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc
70
if (!service || service->
GetAppBackgroundContents
(
Completed in 956 milliseconds