HomeSort by relevance Sort by last modified time
    Searched defs:WebstoreBindings (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 18 class WebstoreBindings : public ChromeV8Extension,
21 explicit WebstoreBindings(Dispatcher* dispatcher,
42 DISALLOW_COPY_AND_ASSIGN(WebstoreBindings);
webstore_bindings.cc 56 WebstoreBindings::WebstoreBindings(Dispatcher* dispatcher,
61 base::Bind(&WebstoreBindings::Install, base::Unretained(this)));
64 void WebstoreBindings::Install(
115 bool WebstoreBindings::GetWebstoreItemIdFromFrame(
201 bool WebstoreBindings::OnMessageReceived(const IPC::Message& message) {
202 IPC_BEGIN_MESSAGE_MAP(WebstoreBindings, message)
210 void WebstoreBindings::OnInlineWebstoreInstallResponse(

Completed in 89 milliseconds