Home
last modified time | relevance | path

Searched refs:kPopulateKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_tabs_module_constants.cc26 const char kPopulateKey[] = "populate"; variable
Dextension_tabs_module_constants.h30 extern const char kPopulateKey[];
Dextension_tabs_module.cc298 if (args->HasKey(keys::kPopulateKey)) { in RunImpl()
299 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kPopulateKey, in RunImpl()