Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_tabs_module.cc525 DictionaryValue* update_props; in RunImpl() local
526 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &update_props)); in RunImpl()
540 if (update_props->HasKey(keys::kLeftKey)) { in RunImpl()
541 EXTENSION_FUNCTION_VALIDATE(update_props->GetInteger( in RunImpl()
548 if (update_props->HasKey(keys::kTopKey)) { in RunImpl()
549 EXTENSION_FUNCTION_VALIDATE(update_props->GetInteger( in RunImpl()
556 if (update_props->HasKey(keys::kWidthKey)) { in RunImpl()
557 EXTENSION_FUNCTION_VALIDATE(update_props->GetInteger( in RunImpl()
564 if (update_props->HasKey(keys::kHeightKey)) { in RunImpl()
565 EXTENSION_FUNCTION_VALIDATE(update_props->GetInteger( in RunImpl()
[all …]