OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installed_app
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/
chrome_content_browser_client.cc
39
const Extension*
installed_app
= service->GetInstalledApp(url);
local
41
set_installed_app(
installed_app
);
51
host->
installed_app
())));
/external/chromium/chrome/browser/automation/
automation_util.cc
116
const Extension*
installed_app
= static_cast<BrowserRenderProcessHost*>(
local
117
contents->render_view_host()->process())->
installed_app
();
119
contents->profile()->GetRequestContextForPossibleApp(
installed_app
);
142
const Extension*
installed_app
= static_cast<BrowserRenderProcessHost*>(
local
143
contents->render_view_host()->process())->
installed_app
();
145
contents->profile()->GetRequestContextForPossibleApp(
installed_app
);
169
const Extension*
installed_app
= static_cast<BrowserRenderProcessHost*>(
local
170
contents->render_view_host()->process())->
installed_app
();
172
contents->profile()->GetRequestContextForPossibleApp(
installed_app
);
/external/chromium/chrome/browser/profiles/
profile.cc
413
const Extension*
installed_app
) {
416
installed_app
!= NULL &&
417
installed_app
->is_storage_isolated())
418
return GetRequestContextForIsolatedApp(
installed_app
->id());
profile.h
352
// Returns the request context appropriate for the given app. If
installed_app
353
// is null or
installed_app
->is_storage_isolated() returns false, this is
358
const Extension*
installed_app
) = 0;
profile_impl.h
85
const Extension*
installed_app
);
profile_impl.cc
879
const Extension*
installed_app
) {
882
installed_app
!= NULL &&
883
installed_app
->is_storage_isolated())
884
return GetRequestContextForIsolatedApp(
installed_app
->id());
[
all
...]
/external/chromium/chrome/browser/notifications/
balloon_host.cc
206
const Extension*
installed_app
=
local
210
installed_app
);
/external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc
33
contents->render_view_host()->process())->
installed_app
();
/external/chromium/android/autofill/
profile_android.h
233
const Extension*
installed_app
) { NOTREACHED(); return NULL; }
Completed in 747 milliseconds