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

  /external/chromium_org/chrome/renderer/resources/extensions/
window_controls.js 9 var chrome = requireNative('chrome').GetChrome();
bluetooth_custom_bindings.js 9 var chrome = requireNative('chrome').GetChrome();
extension_custom_bindings.js 15 var chrome = requireNative('chrome').GetChrome();
test_custom_bindings.js 10 var chrome = requireNative('chrome').GetChrome();
messaging.js 11 var chrome = requireNative('chrome').GetChrome();
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 211 RouteFunction("GetChrome",
212 base::Bind(&ChromeNativeHandler::GetChrome, base::Unretained(this)));
215 void GetChrome(const v8::FunctionCallbackInfo<v8::Value>& args) {
    [all...]

Completed in 67 milliseconds