Lines Matching refs:results
245 DictionaryValue results;
247 // Add the extensions to the results structure.
284 results.Set("extensions", extensions_list);
288 results.SetBoolean("developerMode", developer_mode);
290 web_ui_->CallJavascriptFunction("returnExtensionsData", results);
556 ListValue results;
557 web_ui_->CallJavascriptFunction("hidePackDialog", results);
613 // Add the extensions to the results structure.
614 ListValue results;
615 results.Append(Value::CreateStringValue(path.value()));
616 web_ui_->CallJavascriptFunction("window.handleFilePathSelected", results);