Home
last modified time | relevance | path

Searched refs:GetLastBlockedCommand (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dbrowser_command_controller.h54 int GetLastBlockedCommand(WindowOpenDisposition* disposition);
Dbrowser_command_controller.cc309 int BrowserCommandController::GetLastBlockedCommand( in GetLastBlockedCommand() function in chrome::BrowserCommandController
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc1329 const int id = controller->GetLastBlockedCommand(NULL); in PreHandleKeyboardEvent()