/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.h | 24 class Profile; 41 int BookmarkDragOperation(Profile* profile, const BookmarkNode* node); 46 int BookmarkDropOperation(Profile* profile, 54 int PerformBookmarkDrop(Profile* profile, 60 // |index|. A drop from a separate profile is always allowed, where as 61 // a drop from the same profile is only allowed if none of the nodes in 64 bool IsValidDropLocation(Profile* profile [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
enrollment_dialog_view.cc | 10 #include "chrome/browser/profiles/profile.h" 45 Profile* profile, 65 Profile* profile, 72 Profile* profile_; 82 Profile* profile, 87 profile_(profile), 99 Profile* profile 289 Profile* profile = browser ? browser->profile() : local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_web_ui.cc | 21 #include "chrome/browser/profiles/profile.h" 67 // Reloads the page in |web_contents| if it uses the same profile as |profile| 70 const std::string& page, Profile* profile, WebContents* web_contents) { 71 if (Profile::FromBrowserContext(web_contents->GetBrowserContext()) != profile) 130 Profile* profile = Profile::FromWebUI(web_ui) local 247 Profile* profile = Profile::FromBrowserContext(browser_context); local [all...] |
user_script_listener.cc | 10 #include "chrome/browser/profiles/profile.h" 107 // Note: we could delay only requests made by the profile who is causing the 109 // right profile. Since this is a rare case, we'll just take the easy way 164 // We may have deleted the only profile we were waiting on. 210 Profile* profile = content::Source<Profile>(source).ptr(); local 221 profile, new_patterns)); 227 Profile* profile = content::Source<Profile>(source).ptr() local 248 Profile* profile = content::Source<Profile>(source).ptr(); local 255 Profile* profile = content::Source<Profile>(source).ptr(); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/local_discovery/ |
local_discovery_ui_handler.cc | 27 #include "chrome/browser/profiles/profile.h" 128 Profile* profile = Profile::FromWebUI(web_ui()); local 138 service_discovery_client_.get(), profile->GetRequestContext()); 153 content::Source<Profile>(profile)); 155 content::Source<Profile>(profile)); 187 Profile* profile = Profile::FromWebUI(web_ui()) local 267 Profile* profile = Profile::FromWebUI(web_ui()); local 459 Profile* profile = Profile::FromWebUI(web_ui()); local 507 Profile* profile = Profile::FromWebUI(web_ui()); local 541 Profile* profile = Profile::FromWebUI(web_ui()); local 558 Profile* profile = Profile::FromWebUI(web_ui()); local [all...] |
/external/chromium_org/chrome/test/base/ |
testing_profile.h | 13 #include "chrome/browser/profiles/profile.h" 52 class TestingProfile : public Profile { 54 // Profile directory name for the test user. This is "Default" on most 56 // use "Default" as profile directory. 57 // Browser- and UI tests should always use this to get to the user's profile 71 // mocks for various services prior to profile initialization). 79 // Sets a Delegate to be called back during profile init. This causes the 82 // and must manage its lifetime so it continues to exist until profile 97 // Sets the path to the directory to be used to hold profile data. 100 // Sets the PrefService to be used by this profile [all...] |
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 84 // The key of the profile for the current ContextMenu. 95 VpnProfile profile = VpnProfile.decode(savedState.getString("VpnKey"), local 97 if (profile != null) { 98 mDialog = new VpnDialog(getActivity(), this, profile, 147 VpnProfile profile = mDialog.getProfile(); local 148 savedState.putString("VpnKey", profile.key); 149 savedState.putByteArray("VpnProfile", profile.encode()); 189 for (VpnProfile profile : profiles) { 190 final VpnPreference pref = new VpnPreference(context, profile); 192 mPreferences.put(profile.key, pref) 239 VpnProfile profile = mDialog.getProfile(); local 277 VpnProfile profile = ((VpnPreference) preference).getProfile(); local 323 VpnProfile profile = ((VpnPreference) preference).getProfile(); local 552 final VpnProfile profile = VpnProfile.decode( local [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_controller_browsertest.cc | 14 #include "chrome/browser/profiles/profile.h" 48 void SigninProfile(Profile* profile) { 49 SigninManagerFactory::GetForProfile(profile)-> 65 profile_manager->user_data_dir().AppendASCII("Profile 1"); 74 void OnProfileCreated(Profile* profile, Profile::CreateStatus status) { 75 if (status == Profile::CREATE_STATUS_INITIALIZED) { 76 profile2_ = profile; [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
html_dialog_window_controller.mm | 10 #include "chrome/browser/profiles/profile.h" 28 Profile* profile, 77 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile, 80 return [HtmlDialogWindowController showHtmlDialog:delegate profile:profile]; 86 HtmlDialogWindowController* controller, Profile* profile, 88 : HtmlDialogTabContentsDelegate(profile), [all...] |
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
magnification_manager.cc | 23 #include "chrome/browser/profiles/profile.h" 106 virtual void SetProfileForTest(Profile* profile) OVERRIDE { 107 SetProfile(profile); variable 116 void SetProfile(Profile* profile) { 119 if (profile) { 122 pref_change_registrar_->Init(profile->GetPrefs()); 133 magnifier_enabled_pref_handler_.HandleProfileChanged(profile_, profile); 134 magnifier_type_pref_handler_.HandleProfileChanged(profile_, profile); 211 Profile* profile = ProfileManager::GetDefaultProfile(); variable 213 SetProfile(profile); variable 227 Profile* profile = content::Source<Profile>(source).ptr(); variable [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothManager.java | 76 * Get the current connection state of the profile to the remote device. 79 * the connection state of the local Bluetooth adapter for certain profile. 86 * @param profile GATT or GATT_SERVER 87 * @return State of the profile connection. One of 92 public int getConnectionState(BluetoothDevice device, int profile) { 95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); 106 * Get connected devices for the specified profile. 111 * the connection state of Bluetooth for this profile. 117 * @param profile GATT or GATT_SERVER 120 public List<BluetoothDevice> getConnectedDevices(int profile) { [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
VideoPlayerCapability.java | 32 CamcorderProfile profile = CamcorderProfile.get(quality); local 33 Assert.assertNotNull(profile); 34 if ((profile.videoCodec == videoCodec) && (profile.audioCodec == audioCodec)) {
|
/development/ndk/platforms/android-14/samples/native-media/ |
README.txt | 4 video: H.264 baseline profile
|
/external/chromium/chrome/browser/chromeos/ |
locale_change_guard.h | 21 class Profile; 30 explicit LocaleChangeGuard(Profile* profile); 53 Profile* profile_;
|
/external/chromium/chrome/browser/chromeos/login/ |
cookie_fetcher.cc | 14 #include "chrome/browser/profiles/profile.h" 22 CookieFetcher::CookieFetcher(Profile* profile) : profile_(profile) {
|
help_app_launcher.cc | 12 #include "chrome/browser/profiles/profile.h" 34 Profile* profile = ProfileManager::GetDefaultProfile(); local 35 ExtensionService* service = profile->GetExtensionService();
|
/external/chromium/chrome/browser/chromeos/status/ |
status_area_host.h | 15 class Profile; 37 // Returns the Profile if this status area is inside the browser and has a 38 // profile. Otherwise, returns NULL. 39 virtual Profile* GetProfile() const = 0;
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_policy_provider_unittest.cc | 35 TestingProfile profile; local 36 PolicyDefaultProvider provider(&profile); 37 TestingPrefService* prefs = profile.GetTestingPrefService(); 61 TestingProfile profile; local 64 profile.GetHostContentSettingsMap(); 65 TestingPrefService* prefs = profile.GetTestingPrefService(); 70 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); 79 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); 103 TestingProfile profile; local 104 TestingPrefService* prefs = profile.GetTestingPrefService() 140 TestingProfile profile; local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_disabled_infobar_delegate.cc | 29 ExtensionDisabledDialogDelegate(Profile* profile, 50 Profile* profile, 56 install_ui_.reset(new ExtensionInstallUI(profile)); 117 Source<Profile>(service->profile())); 119 Source<Profile>(service->profile())); 148 new ExtensionDisabledDialogDelegate(tab_contents_->profile(), service_ [all...] |
extensions_startup.h | 13 class Profile; 30 // specified extension from |profile|. Returns false if the uninstall job 32 bool UninstallExtension(const CommandLine& cmd_line, Profile* profile);
|
/external/chromium/chrome/browser/ |
omnibox_search_hint.h | 15 class Profile; 42 // Returns true if the profile and current environment make the showing of the 44 static bool IsEnabled(Profile* profile);
|
possible_url_model.h | 31 void Reload(Profile *profile); 50 // The current profile. 51 Profile* profile_;
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default.h | 16 class Profile; 25 Profile* profile, 62 Profile* profile_;
|
/external/chromium/chrome/browser/search_engines/ |
util.h | 15 class Profile; 21 // none is set. |profile| may be NULL. 22 string16 GetDefaultSearchEngineName(Profile* profile);
|
/external/chromium/chrome/browser/sync/glue/ |
app_data_type_controller.cc | 8 #include "chrome/browser/profiles/profile.h" 15 Profile* profile, 18 profile,
|