Home
last modified time | relevance | path

Searched refs:OnLearnMore (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/turndown_prompt/
Dturndown_prompt_window.h62 NOTIFY_HANDLER(IDC_TD_PROMPT_LINK, NM_CLICK, OnLearnMore)
87 LRESULT OnLearnMore(WORD wParam, LPNMHDR lParam, BOOL& bHandled); // NOLINT
Dturndown_prompt_window.cc86 LRESULT TurndownPromptWindow::OnLearnMore(WORD /*wParam*/, in OnLearnMore() function in TurndownPromptWindow
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dapp_launcher_handler.h107 void OnLearnMore(const base::ListValue* args);
Dapp_launcher_handler.cc236 base::Bind(&AppLauncherHandler::OnLearnMore, in RegisterMessages()
721 void AppLauncherHandler::OnLearnMore(const base::ListValue* args) { in OnLearnMore() function in AppLauncherHandler