Searched refs:GetIsInstalled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_custom_bindings.js34 getIsInstalled: wrapForLogging(appNatives.GetIsInstalled),
46 app.__defineGetter__('isInstalled', wrapForLogging(appNatives.GetIsInstalled));
/external/chromium_org/chrome/renderer/extensions/
H A Dapp_bindings.h34 void GetIsInstalled(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dapp_bindings.cc64 RouteFunction("GetIsInstalled",
65 base::Bind(&AppBindings::GetIsInstalled, base::Unretained(this)));
76 void AppBindings::GetIsInstalled( function in class:extensions::AppBindings

Completed in 86 milliseconds