OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profileandroid
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_android.cc
19
ProfileAndroid
*
ProfileAndroid
::FromProfile(Profile* profile) {
23
ProfileAndroid
* profile_android = static_cast<
ProfileAndroid
*>(
26
profile_android = new
ProfileAndroid
(profile);
33
Profile*
ProfileAndroid
::FromProfileAndroid(jobject obj) {
37
ProfileAndroid
* profile_android = reinterpret_cast<
ProfileAndroid
*>(
45
bool
ProfileAndroid
::RegisterProfileAndroid(JNIEnv* env) {
50
jobject
ProfileAndroid
::GetLastUsedProfile(JNIEnv* env, jclass clazz)
[
all
...]
profile_android.h
18
class
ProfileAndroid
: public base::SupportsUserData::Data {
20
static
ProfileAndroid
* FromProfile(Profile* profile);
44
explicit
ProfileAndroid
(Profile* profile);
45
virtual ~
ProfileAndroid
();
/external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc
19
DCHECK(
ProfileAndroid
::FromProfile(profile));
24
ProfileAndroid
::FromProfile(profile)->GetJavaObject().obj(),
/external/chromium_org/chrome/browser/prerender/
external_prerender_handler_android.cc
33
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
79
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
95
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
/external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_service_factory_android.cc
24
ProfileAndroid
::FromProfileAndroid(j_profile));
/external/chromium_org/chrome/browser/android/omnibox/
answers_image_bridge.cc
58
Profile* profile =
ProfileAndroid
::FromProfileAndroid(java_profile);
70
Profile* profile =
ProfileAndroid
::FromProfileAndroid(java_profile);
omnibox_prerender.cc
43
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile_android);
57
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile_android);
72
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile_android);
autocomplete_controller_android.cc
510
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
/external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc
113
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
129
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
155
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
/external/chromium_org/chrome/browser/android/
favicon_helper.cc
113
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile);
149
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile);
183
Profile* profile =
ProfileAndroid
::FromProfileAndroid(jprofile);
logo_bridge.cc
90
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile);
new_tab_page_prefs.cc
21
new NewTabPagePrefs(
ProfileAndroid
::FromProfileAndroid(profile));
recently_closed_tabs_bridge.cc
162
ProfileAndroid
::FromProfileAndroid(jprofile));
chrome_jni_registrar.cc
172
{ "
ProfileAndroid
",
ProfileAndroid
::RegisterProfileAndroid },
foreign_session_helper.cc
138
ProfileAndroid
::FromProfileAndroid(profile));
tab_android.cc
490
ProfileAndroid
* profile_android =
ProfileAndroid
::FromProfile(profile);
most_visited_sites.cc
523
new MostVisitedSites(
ProfileAndroid
::FromProfileAndroid(jprofile));
/external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_base.cc
41
ProfileAndroid
* profile_android =
ProfileAndroid
::FromProfile(GetProfile());
/external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc
88
profile_ =
ProfileAndroid
::FromProfileAndroid(j_profile);
132
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile);
140
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile);
[
all
...]
/external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.cc
148
Profile* profile =
ProfileAndroid
::FromProfileAndroid(j_profile_android);
Completed in 330 milliseconds