Home | History | Annotate | Download | only in extension_action

Lines Matching refs:details_

336     : details_(NULL),
363 // Populates the tab_id_ and details_ members.
406 details_ = static_cast<base::DictionaryValue*>(first_arg);
409 if (details_->Get("tabId", &tab_id_value)) {
459 EXTENSION_FUNCTION_VALIDATE(details_);
465 if (details_->GetDictionary("imageData", &canvas_set)) {
472 } else if (details_->GetInteger("iconIndex", &icon_index)) {
483 EXTENSION_FUNCTION_VALIDATE(details_);
485 details_->GetString("title", &title));
492 EXTENSION_FUNCTION_VALIDATE(details_);
494 EXTENSION_FUNCTION_VALIDATE(details_->GetString("popup", &popup_string));
506 EXTENSION_FUNCTION_VALIDATE(details_);
508 EXTENSION_FUNCTION_VALIDATE(details_->GetString("text", &badge_text));
515 EXTENSION_FUNCTION_VALIDATE(details_);
517 EXTENSION_FUNCTION_VALIDATE(details_->Get("color", &color_value));
521 EXTENSION_FUNCTION_VALIDATE(details_->GetList("color", &list));
533 EXTENSION_FUNCTION_VALIDATE(details_->GetString("color", &color_string));