OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
57
WebstoreBindings
::
WebstoreBindings
(Dispatcher* dispatcher,
62
base::Bind(&
WebstoreBindings
::Install, base::Unretained(this)));
65
void
WebstoreBindings
::Install(
120
bool
WebstoreBindings
::GetWebstoreItemIdFromFrame(
206
bool
WebstoreBindings
::OnMessageReceived(const IPC::Message& message) {
207
IPC_BEGIN_MESSAGE_MAP(
WebstoreBindings
, message)
215
void
WebstoreBindings
::OnInlineWebstoreInstallResponse(
Completed in 36 milliseconds