Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_tabs_module_constants.cc38 const char kWidthKey[] = "width"; variable
Dextension_tabs_module_constants.h42 extern const char kWidthKey[];
Dextension_tabs_module.cc169 result->SetInteger(keys::kWidthKey, bounds.width()); in CreateWindowValue()
438 if (args->HasKey(keys::kWidthKey)) { in RunImpl()
439 EXTENSION_FUNCTION_VALIDATE(args->GetInteger(keys::kWidthKey, in RunImpl()
556 if (update_props->HasKey(keys::kWidthKey)) { in RunImpl()
558 keys::kWidthKey, in RunImpl()