Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h497 int GetCommandIDForAppCommandID(int app_command_id) const;
Dbrowser_view.cc1452 int command_id_from_app_command = GetCommandIDForAppCommandID(command_id);
2276 int BrowserView::GetCommandIDForAppCommandID(int app_command_id) const { function in BrowserView