/external/chromium/chrome/browser/extensions/ |
extension_uninstall_dialog.h | 15 class Profile; 31 explicit ExtensionUninstallDialog(Profile* profile); 43 static void Show(Profile* profile, 57 Profile* profile_;
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service_unittest.cc | 23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable 24 pinned_tab_service_.reset(new PinnedTabService(profile)); 25 return profile; 41 scoped_ptr<Browser> popup(new Browser(Browser::TYPE_POPUP, profile())); 50 PinnedTabCodec::ReadPinnedTabs(profile())); 60 PinnedTabCodec::ReadPinnedTabs(profile()));
|
/external/chromium/chrome/browser/ui/ |
browser_dialogs.h | 15 class Profile; 30 // Creates and shows an HTML dialog with the given delegate and profile. 36 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile, 46 Profile* profile);
|
/external/chromium/chrome/browser/ui/cocoa/ |
about_window_controller.h | 12 class Profile; 38 Profile* profile_; // Weak, probably the default profile. 45 // Initialize the controller with the given profile, but does not show it. 47 - (id)initWithProfile:(Profile*)profile;
|
/external/chromium/chrome/browser/ui/gtk/ |
first_run_dialog.h | 22 static bool Show(Profile* profile, bool randomize_search_engine_order); 27 FirstRunDialog(Profile* profile, 62 // Our current profile 63 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/ |
dom_view.cc | 23 bool DOMView::Init(Profile* profile, SiteInstance* instance) { 28 tab_contents_.reset(CreateTabContents(profile, instance)); 36 TabContents* DOMView::CreateTabContents(Profile* profile, 38 return new TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_drag_data_unittest.cc | 25 TestingProfile profile; local 26 profile.SetID(L"id"); 37 TestingProfile profile; local 38 profile.SetID(L"id"); 41 const ProfileId profile_id = profile.GetRuntimeId(); 53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
|
/external/chromium_org/apps/ |
app_load_service.h | 17 class Profile; 44 explicit AppLoadService(Profile* profile); 59 static AppLoadService* Get(Profile* profile); 76 Profile* profile_;
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
volume_manager_factory.cc | 12 #include "chrome/browser/profiles/profile.h" 43 content::BrowserContext* profile) const { 45 Profile::FromBrowserContext(profile), 47 GetForProfileRegardlessOfStates(Profile::FromBrowserContext(profile)),
|
/external/chromium_org/chrome/browser/extensions/ |
external_policy_loader.cc | 14 #include "chrome/browser/profiles/profile.h" 21 ExternalPolicyLoader::ExternalPolicyLoader(Profile* profile) 22 : profile_(profile) { 32 content::Source<Profile>(profile_)); 51 if (content::Source<Profile>(source).ptr() == profile_) {
|
/external/chromium_org/chrome/browser/managed_mode/ |
custodian_profile_downloader_service.h | 16 // Callback for DownloadProfile() below. If the GAIA profile download is 17 // successful, the profile's full (display) name will be returned. 28 // If the download is successful, the profile's full (display) name will 37 virtual Profile* GetBrowserProfile() OVERRIDE; 47 explicit CustodianProfileDownloaderService(Profile* custodian_profile); 53 Profile* custodian_profile_;
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_status_pref_setter.h | 18 class Profile; 27 // the passed profile outlives this object. 33 // Binds the preferences in the profile's PrefService, notifying |observer| if 37 void Init(Profile* profile, 60 Profile* profile_;
|
/external/chromium_org/chrome/browser/policy/cloud/ |
user_cloud_policy_invalidator_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 51 Profile* profile = static_cast<Profile*>(context); local 54 UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile); 62 return new UserCloudPolicyInvalidator(profile, policy_manager);
|
/external/chromium_org/chrome/browser/signin/ |
about_signin_internals_factory.cc | 28 Profile* profile) { 30 GetInstance()->GetServiceForBrowserContext(profile, true)); 67 content::BrowserContext* profile) const { 69 service->Initialize(static_cast<Profile*>(profile));
|
profile_oauth2_token_service_request.h | 14 class Profile; 17 // OAuth2 access token for a given set of |scopes| by calling |profile|'s 30 Profile* profile, 44 ProfileOAuth2TokenServiceRequest(Profile* profile,
|
/external/chromium_org/chrome/browser/sync/glue/ |
password_data_type_controller.cc | 11 #include "chrome/browser/profiles/profile.h" 23 Profile* profile, 26 profile, 54 profile(), Profile::EXPLICIT_ACCESS);
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
dictionary_helper.h | 21 // Used to check the size of the dictionary within a particular sync profile. 24 // Used to check the size of the dictionary within the verifier sync profile. 31 // Used to verify that the dictionary within a particular sync profile matches 32 // the dictionary within the verifier sync profile. 35 // Adds |word| to the dictionary for profile with index |index|. Also adds 40 // Removes |word| from the dictionary for profile with index |index|. Also
|
/external/chromium_org/chrome/browser/tab_contents/ |
tab_util.cc | 8 #include "chrome/browser/profiles/profile.h" 32 SiteInstance* GetSiteInstanceForNewTab(Profile* profile, 36 ExtensionService* service = profile->GetExtensionService(); 38 profile, url) || 41 return SiteInstance::CreateForURL(profile, url);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_impl.cc | 91 base::Callback<void(Profile*)> callback) OVERRIDE { 102 void OnProfileCreated(base::Callback<void(Profile*)> callback, 103 Profile* profile, 104 Profile::CreateStatus status) { 106 case Profile::CREATE_STATUS_CREATED: 108 case Profile::CREATE_STATUS_INITIALIZED: 109 callback.Run(profile); 111 case Profile::CREATE_STATUS_LOCAL_FAIL: 112 case Profile::CREATE_STATUS_REMOTE_FAIL [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
search_ipc_router_policy_impl.cc | 7 #include "chrome/browser/profiles/profile.h" 17 Profile* profile = local 18 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); 19 if (profile) 20 is_incognito_ = profile->IsOffTheRecord();
|
/external/chromium_org/chrome/browser/ui/webui/ |
about_ui.h | 15 class Profile; 22 AboutUIHTMLSource(const std::string& source_name, Profile* profile); 40 Profile* profile() { return profile_; } function in class:AboutUIHTMLSource 46 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/webui/uber/ |
uber_ui.cc | 11 #include "chrome/browser/profiles/profile.h" 70 bool HasExtensionType(Profile* profile, const char* extensionType) { 72 profile->GetExtensionService()->extensions(); 88 content::WebUIDataSource* CreateUberFrameHTMLSource(Profile* profile) { 117 bool overridesHistory = HasExtensionType(profile, 130 Profile* profile = Profile::FromWebUI(web_ui) local 188 Profile* profile = Profile::FromWebUI(web_ui); local 212 Profile* profile = Profile::FromWebUI(web_ui()); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_decoder.c | 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile) 39 switch (u_reduce_video_profile(profile)) { 49 enum pipe_video_profile profile, 64 profile, 71 switch (u_reduce_video_profile(profile)) { 73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_decoder.c | 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile) 39 switch (u_reduce_video_profile(profile)) { 49 enum pipe_video_profile profile, 64 profile, 71 switch (u_reduce_video_profile(profile)) { 73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
|
/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper_unittest.cc | 16 TestingProfile profile; local 21 new CannedBrowsingDataLocalStorageHelper(&profile));
|