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 34 void GetIsInstalled(const v8::FunctionCallbackInfo<v8::Value>& args);
app_bindings.cc 64 RouteFunction("GetIsInstalled",
65 base::Bind(&AppBindings::GetIsInstalled, base::Unretained(this)));
76 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 973 milliseconds