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

  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 18 class WebstoreBindings : public ObjectBackedNativeHandler,
21 explicit WebstoreBindings(ScriptContext* context);
45 DISALLOW_COPY_AND_ASSIGN(WebstoreBindings);
webstore_bindings.cc 51 WebstoreBindings::WebstoreBindings(ScriptContext* context)
54 base::Bind(&WebstoreBindings::Install, base::Unretained(this)));
57 void WebstoreBindings::Install(
103 bool WebstoreBindings::GetWebstoreItemIdFromFrame(
189 bool WebstoreBindings::OnMessageReceived(const IPC::Message& message) {
190 IPC_BEGIN_MESSAGE_MAP(WebstoreBindings, message)
202 void WebstoreBindings::OnInlineWebstoreInstallResponse(
218 void WebstoreBindings::OnInlineInstallStageChanged(int stage) {
239 void WebstoreBindings::OnInlineInstallDownloadProgress(int percent_downloaded)
    [all...]
chrome_extensions_dispatcher_delegate.cc 138 scoped_ptr<NativeHandler>(new extensions::WebstoreBindings(context)));

Completed in 77 milliseconds