Home
last modified time | relevance | path

Searched refs:OnDidClosePage (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dsync_setup_handler.h42 void OnDidClosePage(const ListValue* args);
Dsync_setup_handler.cc283 NewCallback(this, &SyncSetupHandler::OnDidClosePage)); in RegisterMessages()
360 void SyncSetupHandler::OnDidClosePage(const ListValue* args) { in OnDidClosePage() function in SyncSetupHandler