HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 226 - 250 of 3371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 62 // H263 baseline profile must be supported
64 int profile = CodecProfileLevel.H263ProfileBaseline; local
65 assertTrue(checkProfileSupported("video/3gpp", false, profile));
66 assertTrue(checkProfileSupported("video/3gpp", true, profile));
69 // AVC baseline profile must be supported
71 int profile = CodecProfileLevel.AVCProfileBaseline; local
72 assertTrue(checkProfileSupported("video/avc", false, profile));
73 assertTrue(checkProfileSupported("video/avc", true, profile));
76 // MPEG4 simple profile must be supported
78 int profile = CodecProfileLevel.MPEG4ProfileSimple local
    [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,
extension_data_type_controller.cc 8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile,
18 profile,
theme_data_type_controller.cc 8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile,
18 profile,
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.h 15 class Profile;
19 ProfileSyncFactoryImpl(Profile* profile, CommandLine* command_line);
77 Profile* profile_;
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec_unittest.cc 23 PinnedTabCodec::WritePinnedTabs(profile());
26 PinnedTabCodec::ReadPinnedTabs(profile()));
42 PinnedTabCodec::WritePinnedTabs(profile());
45 PinnedTabCodec::ReadPinnedTabs(profile()));
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_source.h 17 Profile* profile_;
26 profile:(Profile*)profile
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.h 16 class Profile;
30 explicit BookmarkBarInstructionsGtk(Delegate* delegate, Profile* profile);
48 Profile* profile_;
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 9 #include "chrome/browser/profiles/profile.h"
16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword) {
21 profile->GetTemplateURLModel()->GetTemplateURLForKeyword(
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.h 17 class Profile;
38 bool IsItemChecked(Profile* browser_profile,
44 void GetEncodingMenuItems(Profile* profile,
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 17 class Profile;
23 explicit FaviconSource(Profile* profile);
45 Profile* profile_;

Completed in 653 milliseconds

1 2 3 4 5 6 7 8 91011>>