Home | History | Annotate | Download | only in extensions

Lines Matching refs:details

60   DictionaryValue* details = new DictionaryValue;
61 details->Set(kTabIdKey, Value::CreateIntegerValue(tab_id));
62 details->Set(kStateKey, Value::CreateStringValue(state));
65 args.Set(0, details);
99 DictionaryValue* details = NULL;
102 details = &default_details;
104 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
109 if (details->HasKey(kTabIdKey)) {
110 EXTENSION_FUNCTION_VALIDATE(details->GetInteger(kTabIdKey, &tab_id));
132 return RunImpl(tab_contents->tab_contents(), content_id, *details);
138 const DictionaryValue& details) {
145 const DictionaryValue& details) {
158 const DictionaryValue& details) {
171 if (!details.HasKey(kTabIdKey)) {
175 EXTENSION_FUNCTION_VALIDATE(details.GetInteger(kTabIdKey, &tab_id));
199 const DictionaryValue& details) {
206 const DictionaryValue& details) {
208 EXTENSION_FUNCTION_VALIDATE(details.GetString(kPathKey, &path_string));
221 const DictionaryValue& details) {
223 EXTENSION_FUNCTION_VALIDATE(details.GetString(kBadgeTextKey, &badge_text));
231 const DictionaryValue& details) {
233 EXTENSION_FUNCTION_VALIDATE(details.GetBinary(kImageDataKey, &binary));
245 const DictionaryValue& details) {
247 EXTENSION_FUNCTION_VALIDATE(details.GetString(kTitleKey, &title));
254 const DictionaryValue& details) {