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

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

Completed in 32 milliseconds