Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_tabs_module_constants.cc14 const char kFormatKey[] = "format"; variable
Dextension_tabs_module_constants.h19 extern const char kFormatKey[];
Dextension_tabs_module.cc1090 if (options->HasKey(keys::kFormatKey)) { in RunImpl()
1093 options->GetString(keys::kFormatKey, &format)); in RunImpl()