HomeSort by relevance Sort by last modified time
    Searched refs:info_value (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 253 DictionaryValue info_value; local
258 info_value.SetInteger(kPropertyOffset, currentOffset_);
261 info_value.SetString("functionCall", "refresh");
263 info_value.SetString("functionCall", "getChildren");
265 info_value.SetString(kPropertyPath, currentpath_.value());
267 info_value, *(filelist_value_.get()));
history2_ui.cc 291 DictionaryValue info_value; local
292 info_value.SetString("term", search_text_);
293 info_value.SetBoolean("finished", results->reached_beginning());
295 web_ui_->CallJavascriptFunction("historyResult", info_value, results_value);
history_ui.cc 291 DictionaryValue info_value; local
292 info_value.SetString("term", search_text_);
293 info_value.SetBoolean("finished", results->reached_beginning());
295 web_ui_->CallJavascriptFunction("historyResult", info_value, results_value);
mediaplayer_ui.cc 282 DictionaryValue info_value; local
285 info_value.SetString(kPropertyPath, path);
286 info_value.SetBoolean(kPropertyForce, force);
287 info_value.SetInteger(kPropertyOffset, offset);
288 web_ui_->CallJavascriptFunction("playlistChanged", info_value, urls);
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 304 DictionaryValue info_value; local
326 info_value.SetString("functionCall", "getRoots");
327 info_value.SetString(std::string(kPropertyPath), "");
329 info_value, results_value);

Completed in 78 milliseconds