HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 251 - 275 of 1500) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
file_manager_util.h 13 class Profile;
22 static bool ConvertFileToFileSystemUrl(Profile* profile,
35 static void ShowFullTabUrl(Profile* profile,
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.h 20 class Profile;
53 Profile* profile);
62 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,
change_processor.h 12 class Profile;
33 // Subclasses can extract their associated chrome model from |profile| in
35 void Start(Profile* profile, sync_api::UserShare* share_handle);
57 virtual void StartImpl(Profile* profile) = 0;
extension_data_type_controller.cc 8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile,
18 profile,
preference_data_type_controller.cc 14 Profile* profile,
17 profile,
session_data_type_controller.cc 14 Profile* profile,
17 profile,
theme_data_type_controller.cc 8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile,
18 profile,
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 19 class Profile;
27 Profile* profile);
32 void Init(GtkWindow* parent_window, Profile* profile);
first_run_bubble.h 23 class Profile;
29 static void Show(Profile* profile,
46 FirstRunBubble(Profile* profile,
65 // Our current profile.
66 Profile* profile_;
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/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/search_engines/
edit_search_engine_controller.h 14 class Profile;
41 Profile* profile);
69 const Profile* profile() const { return profile_; } function in class:EditSearchEngineController
85 // Profile whose TemplateURLModel we're modifying.
86 Profile* profile_;
template_url_fetcher_ui_callbacks.cc 44 Profile* profile) {
50 profile);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.h 16 class Profile;
47 // |profile| is used for opening urls as well as enabling 'open incognito'.
54 Profile* profile,
67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuControllerViews
83 Profile* profile_;
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
mock_login_ui_helpers.h 21 MOCK_METHOD0(GetDefaultProfile, Profile*());
22 MOCK_METHOD0(GetDefaultProfileByPath, Profile*());
33 MOCK_METHOD1(CreateBrowser, Browser*(Profile* profile));
34 MOCK_METHOD1(GetLoginBrowser, Browser*(Profile* profile));
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 12 class Profile;
21 // Profile must be non-NULL.
22 explicit HtmlDialogTabContentsDelegate(Profile* profile);
26 // The returned profile is guaranteed to be original if non-NULL.
27 Profile* profile() const;
31 // calls to profile() return NULL.
60 Profile* profile_; // Weak pointer. Always an original profile
    [all...]
thumbnail_source.cc 9 #include "chrome/browser/profiles/profile.h"
15 ThumbnailSource::ThumbnailSource(Profile* profile)
17 // Set TopSites now as Profile isn't thread safe.
18 top_sites_(profile->GetTopSites()) {
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 15 bool CanShowPromo(Profile* profile);
38 explicit PromoResourceService(Profile* profile);
  /external/libvorbis/test/
Makefile.am 18 profile:
19 $(MAKE) all CFLAGS="@PROFILE@"
  /external/compiler-rt/make/platform/
clang_linux.mk 33 # Configuration for profile runtime.
35 Configs += profile-i386 profile-x86_64
36 Arch.profile-i386 := i386
37 Arch.profile-x86_64 := x86_64
64 CFLAGS.profile-i386 := $(CFLAGS) -m32
65 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
75 CFLAGS.profile-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux
76 CFLAGS.profile-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
80 FUNCTIONS.profile-i386 := GCDAProfilin
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 69 VpnProfile profile, boolean editing) {
72 mProfile = profile;
102 // Second, copy values from the profile.
158 // Create a button to save the profile.
337 VpnProfile profile = new VpnProfile(mProfile.key); local
338 profile.name = mName.getText().toString();
339 profile.type = mType.getSelectedItemPosition();
340 profile.server = mServer.getText().toString().trim();
341 profile.username = mUsername.getText().toString();
342 profile.password = mPassword.getText().toString()
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaTest.java 94 CamcorderProfile profile = CamcorderProfile.get(quality); local
95 if ((profile != null) && (profile.videoCodec == VideoEncoder.H264) &&
96 (profile.audioCodec == AudioEncoder.AAC)) {
  /external/chromium/android/content/browser/tab_contents/
tab_contents.h 11 #include "chrome/browser/profiles/profile.h"
15 // access to the RenderViewHost and Profile. Later it would
30 Profile* profile() { return profile_.get(); } function in class:TabContents
36 scoped_ptr<Profile> profile_;
  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.cc 21 AccountCreationTabContents(Profile* profile,
25 : WizardWebPageViewTabContents(profile, site_instance, page_delegate),
92 TabContents* AccountCreationDomView::CreateTabContents(Profile* profile,
94 return new AccountCreationTabContents(profile,

Completed in 898 milliseconds

<<11121314151617181920>>