OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingProfile
(Results
301 - 325
of
352
) sorted by null
<<
11
12
13
14
15
/external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc
258
scoped_ptr<
TestingProfile
> profile_;
433
profile_(new
TestingProfile
()) {
[
all
...]
media_galleries_preferences_unittest.cc
74
: profile_(new
TestingProfile
()),
245
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_unittest.cc
161
scoped_ptr<
TestingProfile
> profile_;
176
profile_(new
TestingProfile
()),
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_unittest.cc
139
profile_.reset(new
TestingProfile
());
256
scoped_ptr<
TestingProfile
> profile_;
/external/chromium_org/chrome/browser/sync/
profile_sync_service_preference_unittest.cc
126
profile_.reset(new
TestingProfile
());
255
scoped_ptr<
TestingProfile
> profile_;
profile_sync_service_session_unittest.cc
214
virtual
TestingProfile
* CreateProfile() OVERRIDE {
215
TestingProfile
* profile = new
TestingProfile
();
[
all
...]
/external/chromium/chrome/browser/autofill/
autofill_download_unittest.cc
112
TestingProfile
profile;
/external/chromium/chrome/browser/extensions/
extension_menu_manager_unittest.cc
359
class MockTestingProfile : public
TestingProfile
{
extension_service_unittest.cc
335
class ExtensionTestingProfile : public
TestingProfile
{
393
// Drop our reference to ExtensionService and
TestingProfile
, so that they
[
all
...]
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc
93
class MockTestingProfile : public
TestingProfile
{
/external/chromium/chrome/browser/sync/glue/
preference_model_associator_unittest.cc
53
TestingProfile
profile_;
/external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc
109
class TestingProfileWithSyncService : public
TestingProfile
{
/external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc
454
class VisitCountingProfile : public
TestingProfile
{
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc
204
TestingProfile
profile_;
/external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc
317
TestingProfile
profile;
/external/chromium_org/chrome/browser/history/
history_service.h
654
friend class
TestingProfile
;
[
all
...]
thumbnail_database_unittest.cc
89
profile_.reset(new
TestingProfile
);
112
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
/external/chromium_org/chrome/browser/password_manager/
password_form_manager_unittest.cc
95
profile_ = new
TestingProfile
();
/external/chromium_org/chrome/browser/prefs/
pref_model_associator_unittest.cc
51
TestingProfile
profile_;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service_sync_unittest.cc
416
TestingProfile
profile_;
/external/chromium_org/chrome/test/ui/
ui_test.cc
553
path = path.AppendASCII(
TestingProfile
::kTestUserProfileDir);
/external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc
120
TestingProfile
profile_;
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc
164
profile_.reset(new
TestingProfile
());
265
scoped_ptr<
TestingProfile
> profile_;
[
all
...]
/external/chromium_org/chrome/browser/bookmarks/
bookmark_model_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc
194
TestingProfile
* profile_a() { return test_util_a_.profile(); }
243
scoped_ptr<
TestingProfile
> profile_b_;
265
profile_b_.reset(new
TestingProfile
);
[
all
...]
Completed in 1628 milliseconds
<<
11
12
13
14
15