HomeSort by relevance Sort by last modified time
    Searched full:stage_string (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 219 const char* stage_string = NULL; local
224 stage_string = api::webstore::kInstallStageDownloading;
227 stage_string = api::webstore::kInstallStageInstalling;
234 v8::String::NewFromUtf8(isolate, stage_string)};

Completed in 354 milliseconds