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

  /external/chromium/chrome/browser/sync/
sync_setup_flow_handler.h 22 virtual void ShowConfigure(const DictionaryValue& args) = 0;
sync_setup_flow.cc 354 flow_handler_->ShowConfigure(args);
360 flow_handler_->ShowConfigure(args);
382 flow_handler_->ShowConfigure(args);
profile_sync_service.h 253 void ShowConfigure(gfx::NativeWindow parent_window, bool sync_everything);
profile_sync_service.cc 513 ShowConfigure(NULL, true);
718 void ProfileSyncService::ShowConfigure(
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.h 28 virtual void ShowConfigure(const DictionaryValue& args);
sync_setup_handler.cc 314 void SyncSetupHandler::ShowConfigure(const DictionaryValue& args) {
personal_options_handler.cc 394 service->ShowConfigure(NULL, false);

Completed in 306 milliseconds