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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate_unittest.cc 28 explicit TestTabContentsDelegate(Profile* profile)
29 : HtmlDialogTabContentsDelegate(profile) {}
44 test_tab_contents_delegate_.reset(new TestTabContentsDelegate(profile()));
86 new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
95 EXPECT_EQ(profile(), test_tab_contents_delegate_->profile());
97 EXPECT_EQ(NULL, test_tab_contents_delegate_->profile());
print_preview_ui.cc 8 #include "chrome/browser/profiles/profile.h"
22 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source_);
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfile.cpp 33 #include <profiler/Profile.h>
38 PassRefPtr<ScriptProfile> ScriptProfile::create(PassRefPtr<JSC::Profile> profile)
40 if (!profile)
42 return adoptRef(new ScriptProfile(profile));
45 ScriptProfile::ScriptProfile(PassRefPtr<JSC::Profile> profile)
46 : m_profile(profile)
  /external/chromium/chrome/browser/webdata/
autofill_table.h 45 // autofill_profiles This table contains Autofill profile data added by the
49 // guid A guid string to uniquely identify the profile.
60 // date_modified The date on which this profile was last modified.
65 // associated with a profile.
67 // guid The guid string that identifies the profile to which
75 // associated with a profile.
77 // guid The guid string that identifies the profile to which
83 // associated with a profile.
85 // guid The guid string that identifies the profile to which
93 // profiles. When a profile is removed its guid is adde
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
perlcritic.t 18 Test::Perl::Critic->import( -profile => $rcfile );
  /external/bluetooth/bluez/test/
ipctest-a2dp-resume-fast.test 3 profile a2dp
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 16 class Profile;
25 // results from recently or frequently visited sites in the profile's
29 HistoryQuickProvider(ACProviderListener* listener, Profile* profile);
  /external/chromium/chrome/browser/
autocomplete_history_manager.h 19 class Profile;
55 Profile* profile,
64 Profile* profile_;
default_encoding_combo_model.cc 10 #include "chrome/browser/profiles/profile.h"
45 int DefaultEncodingComboboxModel::GetSelectedEncodingIndex(Profile* profile) {
48 profile->GetPrefs(),
desktop_notification_handler.cc 9 #include "chrome/browser/profiles/profile.h"
54 DesktopNotificationServiceFactory::GetForProfile(process->profile());
66 DesktopNotificationServiceFactory::GetForProfile(process->profile());
83 DesktopNotificationServiceFactory::GetForProfile(process->profile());
mock_browsing_data_database_helper.cc 10 Profile* profile)
11 : BrowsingDataDatabaseHelper(profile),
12 profile_(profile) {
mock_browsing_data_local_storage_helper.cc 11 Profile* profile)
12 : BrowsingDataLocalStorageHelper(profile),
13 profile_(profile) {
  /external/chromium/chrome/browser/automation/
chrome_frame_automation_provider.cc 6 #include "chrome/browser/profiles/profile.h"
12 ChromeFrameAutomationProvider::ChromeFrameAutomationProvider(Profile* profile)
13 : AutomationProvider(profile) {}
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 17 // Writes a set of bookmark elements from a profile to the general pasteboard.
22 // Writes a set of bookmark elements from a profile to the dragging pasteboard
47 void StartDrag(Profile* profile, const std::vector<const BookmarkNode*>& nodes,
  /external/chromium/chrome/browser/download/
download_history.h 14 class Profile;
27 explicit DownloadHistory(Profile* profile);
56 Profile* profile_;
  /external/chromium/chrome/browser/extensions/
extension_proxy_apitest.cc 8 #include "chrome/browser/profiles/profile.h"
80 PrefService* pref_service = browser()->profile()->GetPrefs();
94 PrefService* pref_service = browser()->profile()->GetPrefs();
108 PrefService* pref_service = browser()->profile()->GetPrefs();
125 PrefService* pref_service = browser()->profile()->GetPrefs();
139 PrefService* pref_service = browser()->profile()->GetPrefs();
156 PrefService* pref_service = browser()->profile()->GetPrefs();
170 PrefService* pref_service = browser()->profile()->GetPrefs();
181 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
203 PrefService* pref_service = browser()->profile()->GetPrefs()
    [all...]
extension_uninstall_dialog.cc 9 #include "chrome/browser/profiles/profile.h"
20 ExtensionUninstallDialog::ExtensionUninstallDialog(Profile* profile)
21 : profile_(profile),
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 16 class Profile;
24 explicit CloudPrintProxyService(Profile* profile);
49 Profile* profile_;
  /external/chromium/chrome/browser/profiles/
profile_impl.h 5 // This class gathers state related to a single user profile.
16 #include "chrome/browser/profiles/profile.h"
36 // The default profile implementation.
37 class ProfileImpl : public Profile,
46 // Profile implementation.
50 virtual Profile* GetOffTheRecordProfile();
53 virtual Profile* GetOriginalProfile();
109 virtual bool IsSameProfile(Profile* profile);
157 friend class Profile;
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 37 Profile* profile);
53 ASSERT_TRUE(test_util_.profile());
54 test_util_.profile()->CreateTemplateURLFetcher();
55 ASSERT_TRUE(test_util_.profile()->GetTemplateURLFetcher());
57 test_util_.profile()->CreateRequestContext();
58 ASSERT_TRUE(test_util_.profile()->GetRequestContext());
76 Profile* profile);
123 Profile* profile)
    [all...]
template_url_scraper_unittest.cc 5 #include "chrome/browser/profiles/profile.h"
59 TemplateURLModel* template_urls = browser()->profile()->GetTemplateURLModel();
64 // We need to substract the default pre-populated engines that the profile is
69 browser()->profile()->GetPrefs(),
  /external/chromium/chrome/browser/sync/glue/
password_data_type_controller.h 18 class Profile;
33 Profile* profile,
71 Profile* profile_;
session_change_processor.h 20 class Profile;
59 virtual void StartImpl(Profile* profile);
68 Profile* profile_;
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac.mm 10 #include "chrome/browser/profiles/profile.h"
17 void UpdateSyncItem(id syncItem, BOOL syncEnabled, Profile* profile) {
19 profile->GetOriginalProfile()->GetProfileSyncService();
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 19 class Profile;
26 Profile* profile);
62 Profile* profile_; // weak

Completed in 650 milliseconds

<<11121314151617181920>>