OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingProfile
(Results
276 - 300
of
352
) sorted by null
<<
11
12
13
14
15
/external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc
187
TestingProfile
profile_;
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc
316
TestingProfile
* profile() const { return profile_.get(); }
354
profile_.reset(new
TestingProfile
());
372
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
/external/chromium/chrome/browser/history/
top_sites_unittest.cc
137
profile_.reset(new
TestingProfile
);
198
TestingProfile
* profile() {return profile_.get();}
319
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
history.h
602
friend class
TestingProfile
;
[
all
...]
/external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc
49
profile_.reset(new
TestingProfile
());
336
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc
150
profile_.reset(new
TestingProfile
);
212
TestingProfile
* profile() {return profile_.get();}
333
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
top_sites_likely_impl_unittest.cc
150
profile_.reset(new
TestingProfile
);
213
TestingProfile
* profile() {return profile_.get();}
334
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc
133
TestingProfile
profile_;
search_provider_unittest.cc
89
TestingProfile
profile_;
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc
63
profile_.reset(new
TestingProfile
());
/external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc
86
profile_.reset(new
TestingProfile
());
/external/chromium_org/apps/
shell_window_geometry_cache_unittest.cc
53
TestingProfile
profile_;
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc
177
TestingProfile
profile;
file_system_unittest.cc
82
profile_.reset(new
TestingProfile
);
299
scoped_ptr<
TestingProfile
> profile_;
300
// We don't use
TestingProfile
::GetPrefs() in favor of having less
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system/
tray_accessibility_browsertest.cc
73
TestingProfile
::kTestUserProfileDir);
/external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc
290
TestingProfile
profile_;
749
TestingProfile
profile;
792
TestingProfile
profile;
[
all
...]
/external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc
196
TestingProfile
profile_;
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables_unittest.cc
36
TestingProfile
profile_;
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc
207
TestingProfile
profile_;
/external/chromium_org/chrome/browser/signin/
token_service_unittest.cc
67
profile_.reset(new
TestingProfile
());
/external/chromium_org/chrome/browser/spellchecker/
feedback_sender_unittest.cc
128
TestingProfile
profile_;
/external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc
325
scoped_ptr<Profile> profile(new
TestingProfile
());
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc
244
TestingProfile
profile_;
/external/chromium_org/chrome/test/perf/
startup_test.cc
115
AppendASCII(
TestingProfile
::kTestUserProfileDir).
/external/chromium_org/chrome/browser/extensions/
menu_manager_unittest.cc
86
TestingProfile
profile_;
550
TestingProfile
profile;
Completed in 316 milliseconds
<<
11
12
13
14
15