HomeSort by relevance Sort by last modified time
    Searched defs:GetManifestVersion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/
manifest.cc 134 if (type_ == Manifest::TYPE_PLATFORM_APP && GetManifestVersion() < 2) {
158 GetManifestVersion());
232 int Manifest::GetManifestVersion() const {
260 GetManifestVersion()).is_available();
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 312 RouteFunction("GetManifestVersion",
313 base::Bind(&ProcessInfoNativeHandler::GetManifestVersion,
336 void GetManifestVersion(const v8::FunctionCallbackInfo<v8::Value>& args) {
    [all...]

Completed in 26 milliseconds