Searched defs:SetWhitelistedShortcuts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.cc192 virtual void SetWhitelistedShortcuts(const std::string& message) OVERRIDE {}
580 void DevToolsUIBindings::SetWhitelistedShortcuts( function in class:DevToolsUIBindings
582 delegate_->SetWhitelistedShortcuts(message);
H A Ddevtools_window.cc183 void SetWhitelistedShortcuts(const std::string& message);
200 void DevToolsEventForwarder::SetWhitelistedShortcuts( function in class:DevToolsEventForwarder
1074 void DevToolsWindow::SetWhitelistedShortcuts( function in class:DevToolsWindow
1076 event_forwarder_->SetWhitelistedShortcuts(message);

Completed in 243 milliseconds