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

  /external/chromium_org/chrome/renderer/extensions/
app_bindings.h 33 void GetIsInstalled(const v8::FunctionCallbackInfo<v8::Value>& args);
app_bindings.cc 63 RouteFunction("GetIsInstalled",
64 base::Bind(&AppBindings::GetIsInstalled, base::Unretained(this)));
75 void AppBindings::GetIsInstalled(
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 34 getIsInstalled: wrapForLogging(appNatives.GetIsInstalled),
40 // Tricky; "getIsInstalled" is actually exposed as the getter "isInstalled",
44 // So, define it manually, and let the getIsInstalled function act as its
46 app.__defineGetter__('isInstalled', wrapForLogging(appNatives.GetIsInstalled));

Completed in 149 milliseconds