OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateRootHelper
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/sync/
abstract_profile_sync_service_test.cc
69
CreateRootHelper
::
CreateRootHelper
(AbstractProfileSyncServiceTest* test,
71
: callback_(base::Bind(&
CreateRootHelper
::CreateRootCallback,
78
CreateRootHelper
::~
CreateRootHelper
() {
81
const base::Closure&
CreateRootHelper
::callback() const {
85
bool
CreateRootHelper
::success() {
89
void
CreateRootHelper
::CreateRootCallback() {
abstract_profile_sync_service_test.h
55
class
CreateRootHelper
{
57
CreateRootHelper
(AbstractProfileSyncServiceTest* test,
59
virtual ~
CreateRootHelper
();
profile_sync_service_session_unittest.cc
243
class
CreateRootHelper
{
245
explicit
CreateRootHelper
(ProfileSyncServiceSessionTest* test)
246
: callback_(base::Bind(&
CreateRootHelper
::CreateRootCallback,
251
virtual ~
CreateRootHelper
() {}
268
CreateRootHelper
create_root(this);
305
CreateRootHelper
create_root(this);
358
CreateRootHelper
create_root(this);
395
CreateRootHelper
create_root(this);
502
CreateRootHelper
create_root(this);
533
CreateRootHelper
create_root(this)
[
all
...]
profile_sync_service_typed_url_unittest.cc
347
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
367
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
396
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
417
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
566
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
596
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
627
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
663
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
694
CreateRootHelper
create_root(this, syncer::TYPED_URLS);
733
CreateRootHelper
create_root(this, syncer::TYPED_URLS)
[
all
...]
profile_sync_service_preference_unittest.cc
318
CreateRootHelper
create_root(this, syncer::PREFERENCES);
340
CreateRootHelper
create_root(this, syncer::PREFERENCES);
357
CreateRootHelper
create_root(this, syncer::PREFERENCES);
619
CreateRootHelper
create_root(this, syncer::PREFERENCES);
633
CreateRootHelper
create_root(this, syncer::PREFERENCES);
647
CreateRootHelper
create_root(this, syncer::PREFERENCES);
668
CreateRootHelper
create_root(this, syncer::PREFERENCES);
691
CreateRootHelper
create_root(this, syncer::PREFERENCES);
717
CreateRootHelper
create_root(this, syncer::PREFERENCES);
[
all
...]
profile_sync_service_password_unittest.cc
373
CreateRootHelper
create_root(this, syncer::PASSWORDS);
403
CreateRootHelper
create_root(this, syncer::PASSWORDS);
456
CreateRootHelper
create_root(this, syncer::PASSWORDS);
512
CreateRootHelper
create_root(this, syncer::PASSWORDS);
576
CreateRootHelper
create_root(this, syncer::PASSWORDS);
650
CreateRootHelper
create_root(this, syncer::PASSWORDS);
profile_sync_service_autofill_unittest.cc
[
all
...]
Completed in 66 milliseconds