/external/chromium/chrome/browser/ |
browsing_data_database_helper_unittest.cc | 17 TestingProfile profile; local 23 new CannedBrowsingDataDatabaseHelper(&profile));
|
browsing_data_indexed_db_helper_unittest.cc | 17 TestingProfile profile; local 23 new CannedBrowsingDataIndexedDBHelper(&profile));
|
browsing_data_local_storage_helper_unittest.cc | 16 TestingProfile profile; local 21 new CannedBrowsingDataLocalStorageHelper(&profile));
|
background_mode_manager_unittest.cc | 30 TestBackgroundModeManager(Profile* profile, CommandLine* cl) 31 : BackgroundModeManager(profile, cl) { 40 TestingProfile profile; local 41 TestBackgroundModeManager manager(&profile, command_line_.get()); 55 TestingProfile profile; local 56 TestBackgroundModeManager manager(&profile, command_line_.get());
|
browser_about_handler_unittest.cc | 106 TestingProfile profile; local 113 WillHandleBrowserAboutURL(&url, &profile));
|
browsing_data_appcache_helper_unittest.cc | 34 TestingProfile profile; local 41 new CannedBrowsingDataAppCacheHelper(&profile)); 69 TestingProfile profile; local 74 new CannedBrowsingDataAppCacheHelper(&profile)); 93 TestingProfile profile; local 98 new CannedBrowsingDataAppCacheHelper(&profile));
|
/external/chromium/chrome/browser/instant/ |
promo_counter_unittest.cc | 13 TestingProfile profile; local 14 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test"); 17 PromoCounter counter(&profile, "test", "test", 2, 2); 25 TestingProfile profile; local 26 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test"); 30 PromoCounter counter(&profile, "test", "test", 2, 2); 35 PromoCounter counter(&profile, "test", "test", 2, 2); 40 PromoCounter counter(&profile, "test", "test", 2, 2); 47 TestingProfile profile; local 48 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test") 66 TestingProfile profile; local [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Profile.java | 4 * Callback interface for SQLite's profile function. 7 public interface Profile { 10 * Callback to profile (ie log) one SQL statement 17 public void profile(String stmt, long est); method in interface:Profile
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptProfiler.cpp | 51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title)); local 52 return ScriptProfile::create(profile);
|
/external/chromium/chrome/browser/chromeos/login/ |
help_app_launcher.cc | 12 #include "chrome/browser/profiles/profile.h" 34 Profile* profile = ProfileManager::GetDefaultProfile(); local 35 ExtensionService* service = profile->GetExtensionService();
|
login_browsertest.cc | 81 // This profile should NOT be an OTR profile. 83 Profile* profile = browser()->profile(); local 84 EXPECT_EQ("user", profile->GetPath().BaseName().value()); 85 EXPECT_FALSE(profile->IsOffTheRecord()); 88 // On initial launch, we should get the OTR default profile. 90 Profile* profile = browser()->profile() local [all...] |
/external/chromium/chrome/browser/extensions/ |
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_event_router_forwarder.cc | 28 if (profile_id == Profile::kInvalidProfileId) 46 if (profile_id == Profile::kInvalidProfileId) 72 Profile* profile = NULL; local 73 if (profile_id != Profile::kInvalidProfileId) { 74 profile = profile_manager->GetProfileWithId(profile_id); 75 if (!profile) 78 if (profile) { 80 profile, extension_id, event_name, event_args, 81 use_profile_to_restrict_events ? profile : NULL, event_url) [all...] |
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(
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service_unittest.cc | 23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable 24 pinned_tab_service_.reset(new PinnedTabService(profile)); 25 return profile; 41 scoped_ptr<Browser> popup(new Browser(Browser::TYPE_POPUP, profile())); 50 PinnedTabCodec::ReadPinnedTabs(profile())); 60 PinnedTabCodec::ReadPinnedTabs(profile()));
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_test_helper.cc | 27 // Delete the testing profile on the UI thread. But first release the 28 // browser, since it may trigger accesses to the profile upon destruction. 42 TestingProfile* BrowserTestHelper::profile() const { function in class:BrowserTestHelper
|
search_engine_dialog_controller.h | 13 class Profile; 21 // Our current profile. 22 Profile* profile_; 40 @property(assign, nonatomic) Profile* profile; variable
|
/external/chromium/chrome/browser/ui/options/ |
options_page_base.h | 17 class Profile; 40 explicit OptionsPageBase(Profile* profile); 42 // Returns the Profile associated with this page. 43 Profile* profile() const { return profile_; } function in class:OptionsPageBase 56 // The Profile associated with this page. 57 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/ |
theme_background.cc | 7 #include "chrome/browser/profiles/profile.h" 33 Profile* profile = browser_view_->browser()->profile(); local 34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile); 38 profile->IsOffTheRecord() ? 42 profile->IsOffTheRecord() ?
|
dialog_stubs_gtk.cc | 35 Profile* profile) { 36 new EditSearchEngineDialog(GTK_WINDOW(parent), template_url, NULL, profile); local
|
/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
bitenc.h | 36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
|
/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/autofill/ |
select_control_handler_unittest.cc | 99 AutofillProfile profile; local 100 profile.SetInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("CA")); 101 autofill::FillSelectControl(profile, ADDRESS_HOME_COUNTRY, &field); 117 AutofillProfile profile; local 118 profile.SetInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("Canada")); 119 autofill::FillSelectControl(profile, ADDRESS_HOME_COUNTRY, &field); 135 AutofillProfile profile; local 136 profile.SetInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA")); 137 autofill::FillSelectControl(profile, ADDRESS_HOME_STATE, &field); 153 AutofillProfile profile; local [all...] |
/external/chromium/chrome/browser/automation/ |
automation_extension_tracker.cc | 7 #include "chrome/browser/profiles/profile.h" 34 Profile* profile = Source<Profile>(source).ptr(); local 35 if (profile) { 36 ExtensionService* service = profile->GetExtensionService();
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.h | 14 class Profile; 30 // Creates a TemplateURLFetcher with the specified Profile. 31 explicit TemplateURLFetcher(Profile* profile); 53 Profile* profile() const { return profile_; } function in class:TemplateURLFetcher 58 Profile* profile_;
|