/external/chromium/chrome/browser/extensions/ |
extension_module.cc | 11 #include "chrome/browser/profiles/profile.h" 14 return profile()->GetExtensionService()->extension_prefs(); 26 ExtensionService* ext_service = profile()->GetExtensionService(); 35 ExtensionService* ext_service = profile()->GetExtensionService();
|
extension_bookmark_manager_apitest.cc | 11 #include "chrome/browser/profiles/profile.h" 28 Profile* profile = browser()->profile(); local 32 BookmarkModel* model = profile->GetBookmarkModel(); 41 profile->GetPrefs()->SetBoolean(prefs::kEditBookmarksEnabled, false);
|
extension_idle_api.h | 12 class Profile; 17 static void OnIdleStateChange(Profile* profile,
|
extension_message_handler.cc | 8 #include "chrome/browser/profiles/profile.h" 36 Profile* profile = render_view_host()->process()->profile(); local 37 if (profile->GetExtensionMessageService()) { 38 profile->GetExtensionMessageService()->PostMessageFromRenderer(
|
notifications_apitest.cc | 9 #include "chrome/browser/profiles/profile.h" 20 DesktopNotificationServiceFactory::GetForProfile(browser()->profile())
|
/external/chromium/chrome/browser/ui/ |
browser_init.h | 20 class Profile; 24 // initialize the profile. 37 Profile* profile, int* return_code) { 38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code, 50 Profile* profile, int* return_code) { 51 return ProcessCmdLineImpl(cmd_line, cur_dir, process_startup, profile, 57 Profile* profile, [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
selected_keyword_view.h | 14 class Profile; 26 Profile* profile); 39 void set_profile(Profile* profile) { profile_ = profile; } 54 Profile* profile_;
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 69 // The key of the profile for the current ContextMenu. 79 VpnProfile profile = VpnProfile.decode(savedState.getString("VpnKey"), local 81 if (profile != null) { 82 mDialog = new VpnDialog(getActivity(), this, profile, 92 VpnProfile profile = mDialog.getProfile(); local 93 savedState.putString("VpnKey", profile.key); 94 savedState.putByteArray("VpnProfile", profile.encode()); 132 VpnProfile profile = VpnProfile.decode(key, local 134 if (profile == null) { 135 Log.w(TAG, "bad profile: key = " + key) 189 VpnProfile profile = mDialog.getProfile(); local 225 VpnProfile profile = ((VpnPreference) preference).getProfile(); local 271 VpnProfile profile = ((VpnPreference) preference).getProfile(); local [all...] |
/external/chromium/chrome/browser/ |
background_contents_service.cc | 21 #include "chrome/browser/profiles/profile.h" 51 CrashNotificationDelegate(Profile* profile, const Extension* extension) 52 : profile_(profile), 84 Profile* profile_; 91 void ShowBalloon(const Extension* extension, Profile* profile) { 102 new CrashNotificationDelegate(profile, extension)); 103 g_browser_process->notification_ui_manager()->Add(notification, profile); 124 Profile* profile, const CommandLine* command_line 222 Profile* profile = Source<Profile>(source).ptr(); local 237 Profile* profile = Source<Profile>(source).ptr(); local 260 Profile* profile = Source<Profile>(source).ptr(); local [all...] |
mock_browsing_data_appcache_helper.h | 15 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
|
page_info_window.h | 12 class Profile; 18 Profile* profile,
|
/bionic/libc/kernel/arch-x86/asm/ |
hw_irq_32.h | 21 #include <linux/profile.h>
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
hw_irq_32.h | 21 #include <linux/profile.h>
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_frame_chromeos.h | 15 BrowserFrameChromeos(BrowserView* browser_view, Profile* profile);
|
/external/chromium/chrome/browser/chromeos/login/ |
login_utils.h | 15 class Profile; 32 // Called after profile is loaded and prepared for the session. 33 virtual void OnProfilePrepared(Profile* profile) = 0; 45 static void DoBrowserLaunch(Profile* profile); 49 // Loads and prepares profile for the session. Fires |delegate| in the end. 77 Profile* profile, 82 Profile* profile [all...] |
/external/chromium/chrome/browser/chromeos/ |
update_observer.h | 14 class Profile; 23 explicit UpdateObserver(Profile* profile);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher_callbacks.h | 9 class Profile; 29 Profile* profile) = 0;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller.h | 26 Profile* profile_; // weak 47 profile:(Profile*)profile 50 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/gtk/ |
overflow_button.cc | 9 #include "chrome/browser/profiles/profile.h" 16 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) { 17 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton()); 22 GtkThemeService::GetFrom(profile)->InitThemesFor(this);
|
/external/chromium/chrome/browser/ui/omnibox/ |
location_bar_util.h | 11 class Profile; 16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword);
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|