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

  /external/chromium_org/chrome/renderer/resources/extensions/
extension_custom_bindings.js 19 var contextType = requireNative('process').GetContextType();
runtime_custom_bindings.js 17 var contextType = process.GetContextType();
binding.js 16 var contextType = process.GetContextType();
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 306 RouteFunction("GetContextType",
307 base::Bind(&ProcessInfoNativeHandler::GetContextType,
328 void GetContextType(const v8::FunctionCallbackInfo<v8::Value>& args) {
    [all...]

Completed in 3078 milliseconds