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 29 RuntimeCustomBindings::RuntimeCustomBindings(Dispatcher* dispatcher,
33 base::Bind(&RuntimeCustomBindings::GetManifest,
36 base::Bind(&RuntimeCustomBindings::OpenChannelToExtension,
39 base::Bind(&RuntimeCustomBindings::OpenChannelToNativeApp,
42 base::Bind(&RuntimeCustomBindings::GetExtensionViews,
46 RuntimeCustomBindings::~RuntimeCustomBindings() {}
48 void RuntimeCustomBindings::OpenChannelToExtension(
80 void RuntimeCustomBindings::OpenChannelToNativeApp
    [all...]

Completed in 7439 milliseconds