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

  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
context_menu_handler.h 19 class ContextMenuHandler : public content::WebUIMessageHandler {
21 ContextMenuHandler();
22 virtual ~ContextMenuHandler();
51 base::WeakPtrFactory<ContextMenuHandler> weak_ptr_factory_;
53 DISALLOW_COPY_AND_ASSIGN(ContextMenuHandler);
context_menu_handler.cc 21 ContextMenuHandler::ContextMenuHandler()
25 ContextMenuHandler::~ContextMenuHandler() {
28 void ContextMenuHandler::RegisterMessages() {
30 base::Bind(&ContextMenuHandler::HandleShowContextMenu,
33 base::Bind(&ContextMenuHandler::HandleOpenInNewTab,
36 base::Bind(&ContextMenuHandler::HandleOpenInIncognitoTab,
39 base::Bind(&ContextMenuHandler::GetIncognitoDisabled,
43 void ContextMenuHandler::OnItemSelected(int item_id)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.cc 132 web_ui->AddMessageHandler(new ContextMenuHandler());
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 576 private final ContextMenuHandler mContextMenuHandler = new ContextMenuHandler();
    [all...]

Completed in 125 milliseconds