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

  /external/chromium_org/chrome/renderer/extensions/
runtime_custom_bindings.h 18 class RuntimeCustomBindings : public ChromeV8Extension {
20 RuntimeCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
22 virtual ~RuntimeCustomBindings();
runtime_custom_bindings.cc 28 RuntimeCustomBindings::RuntimeCustomBindings(Dispatcher* dispatcher,
32 base::Bind(&RuntimeCustomBindings::GetManifest,
35 base::Bind(&RuntimeCustomBindings::OpenChannelToExtension,
38 base::Bind(&RuntimeCustomBindings::OpenChannelToNativeApp,
42 RuntimeCustomBindings::~RuntimeCustomBindings() {}
44 void RuntimeCustomBindings::OpenChannelToExtension(
67 void RuntimeCustomBindings::OpenChannelToNativeApp(
106 void RuntimeCustomBindings::GetManifest
    [all...]

Completed in 191 milliseconds