Searched defs:ListValue (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dvalues.cc20 ListValue* list = static_cast<ListValue*>(node);
21 ListValue* copy = new ListValue;
22 for (ListValue::const_iterator it = list->begin(); it != list->end();
122 bool Value::GetAsList(ListValue** out_value) {
502 ListValue** out_value) const {
509 *out_value = static_cast<ListValue*>(value);
580 ListValue** out_value) const {
587 *out_value = static_cast<ListValue*>(valu
689 ListValue::ListValue() : Value(TYPE_LIST) { function in class:ListValue
[all...]
H A Dvalues.h38 class ListValue;
96 virtual bool GetAsList(ListValue** out_value);
270 bool GetList(const std::string& path, ListValue** out_value) const;
287 ListValue** out_value) const;
347 class BASE_API ListValue : public Value { class in inherits:Value
352 ListValue();
353 ~ListValue();
355 // Clears the contents of this ListValue
386 bool GetList(size_t index, ListValue** out_value) const;
392 // it will return false and the ListValue objec
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_handler.cc59 DictionaryValue* GetSettingsDictionary(const ListValue* args) {
97 ListValue* printers = new ListValue;
118 void SendPrinterList(ListValue* printers,
235 void PrintPreviewHandler::HandleGetPrinters(const ListValue*) { argument
244 void PrintPreviewHandler::HandleGetPreview(const ListValue* args) {
256 void PrintPreviewHandler::HandlePrint(const ListValue* args) {
298 const ListValue* args) {
321 const ListValue& printers,
H A Dbug_report_ui.cc201 void HandleGetDialogDefaults(const ListValue* args);
202 void HandleRefreshCurrentScreenshot(const ListValue* args);
204 void HandleRefreshSavedScreenshots(const ListValue* args);
206 void HandleSendReport(const ListValue* args);
207 void HandleCancel(const ListValue* args);
208 void HandleOpenSystemTab(const ListValue* args);
538 void BugReportHandler::HandleGetDialogDefaults(const ListValue*) { argument
542 ListValue dialog_defaults;
568 void BugReportHandler::HandleRefreshCurrentScreenshot(const ListValue*) { argument
576 void BugReportHandler::HandleRefreshSavedScreenshots(const ListValue*) { argument
698 HandleCancel(const ListValue*) argument
[all...]
H A Dgpu_internals_ui.cc85 void OnBeginTracing(const ListValue* list);
86 void OnEndTracingAsync(const ListValue* list);
87 void OnBrowserBridgeInitialized(const ListValue* list);
88 void OnCallAsync(const ListValue* list);
89 void OnBeginRequestBufferPercentFull(const ListValue* list);
90 void OnLoadTraceFile(const ListValue* list);
91 void OnSaveTraceFile(const ListValue* list);
94 Value* OnRequestClientInfo(const ListValue* list);
95 Value* OnRequestLogMessages(const ListValue* list);
248 void GpuMessageHandler::OnCallAsync(const ListValue* arg
562 OnRequestLogMessages(const ListValue*) argument
[all...]

Completed in 98 milliseconds