HomeSort by relevance Sort by last modified time
    Searched refs:PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/preferences_private/
preferences_private_api.h 15 class PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction
22 PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction();
25 virtual ~PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction();
35 PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction);
preferences_private_api.cc 18 PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction::
19 PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction() {}
21 PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction::
22 ~PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction() {}
25 PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction::OnStateChanged() {
35 bool PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction::RunAsync() {
preferences_private_apitest.cc 38 using extensions::PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction;
163 scoped_refptr<PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction>
165 new PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction);

Completed in 185 milliseconds