OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingProfile
(Results
151 - 175
of
352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc
38
class OtrTestingProfile : public
TestingProfile
{
145
TestingProfile
profile;
/external/chromium_org/chrome/browser/extensions/
extension_ui_unittest.cc
39
profile_.reset(new
TestingProfile
());
121
scoped_ptr<
TestingProfile
> profile_;
/external/chromium_org/chrome/browser/geolocation/
geolocation_settings_state_unittest.cc
33
TestingProfile
profile;
138
TestingProfile
profile;
/external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc
55
scoped_ptr<
TestingProfile
> profile_;
60
profile_.reset(new
TestingProfile
());
/external/chromium_org/chrome/browser/password_manager/
password_store_default_unittest.cc
107
profile_.reset(new
TestingProfile
());
127
scoped_ptr<
TestingProfile
> profile_;
password_store_unittest.cc
100
profile_.reset(new
TestingProfile
());
120
scoped_ptr<
TestingProfile
> profile_;
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_table_unittest.cc
41
TestingProfile
* profile() { return &profile_; }
55
TestingProfile
profile_;
/external/chromium_org/chrome/browser/search_engines/
template_url_service_test_util.cc
209
profile_.reset(new
TestingProfile
(temp_dir_.path()));
227
TestingProfile
* TemplateURLServiceTestUtil::profile() const {
/external/chromium_org/chrome/browser/ui/app_list/search/
history_unittest.cc
117
profile_.reset(new
TestingProfile
);
162
scoped_ptr<
TestingProfile
> profile_;
/external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer_unittest.cc
65
explicit TestableInstantNTPPrerenderer(
TestingProfile
* profile)
145
mutable
TestingProfile
profile_;
/external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc
94
scoped_ptr<
TestingProfile
> profile_;
110
profile_.reset(new
TestingProfile
());
/external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc
125
TestingProfile
::Builder builder;
160
scoped_ptr<
TestingProfile
> profile_;
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc
143
TestingProfile
profile;
/external/chromium/chrome/browser/
browsing_data_database_helper_browsertest.cc
53
TestingProfile
testing_profile_;
browsing_data_local_storage_helper_browsertest.cc
60
TestingProfile
testing_profile_;
/external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc
58
TestingProfile
profile;
/external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc
28
profile_.reset(new
TestingProfile
());
/external/chromium/chrome/browser/ui/views/
accessibility_event_router_views_unittest.cc
161
TestingProfile
profile;
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector_unittest.cc
112
TestingProfile
profile_;
/external/chromium_org/chrome/browser/extensions/api/storage/
settings_test_util.cc
136
:
TestingProfile
(file_path) {
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc
27
class TestingProfileWithHostZoomMap : public
TestingProfile
{
profile.cc
50
TestingProfile
* Profile::AsTestingProfile() {
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_unittest.cc
49
TestingProfile
profile_;
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc
29
profile_.reset(new
TestingProfile
());
/external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc
123
TestingProfile
* profile = manager()->CreateTestingProfile("mu");
Completed in 309 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>