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

  /external/chromium_org/chrome/browser/devtools/
devtools_embedder_message_dispatcher.h 58 virtual void SetWhitelistedShortcuts(const std::string& message) = 0;
devtools_ui_bindings.h 55 virtual void SetWhitelistedShortcuts(const std::string& message) = 0;
115 virtual void SetWhitelistedShortcuts(const std::string& message) OVERRIDE;
devtools_window.cc 82 void SetWhitelistedShortcuts(const std::string& message);
99 void DevToolsEventForwarder::SetWhitelistedShortcuts(
    [all...]
devtools_window.h 278 virtual void SetWhitelistedShortcuts(const std::string& message) OVERRIDE;
devtools_embedder_message_dispatcher.cc 281 d->RegisterHandler("setWhitelistedShortcuts",
282 &Delegate::SetWhitelistedShortcuts, delegate);
devtools_ui_bindings.cc 195 virtual void SetWhitelistedShortcuts(const std::string& message) OVERRIDE {}
543 void DevToolsUIBindings::SetWhitelistedShortcuts(
545 delegate_->SetWhitelistedShortcuts(message);

Completed in 59 milliseconds