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

  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp 89 Vector<String> suggestionValues;
91 suggestionValues.append(suggestions[i].color.serialized());
99 PagePopupClient::addProperty("values", suggestionValues, data);
DateTimeChooserImpl.cpp 151 Vector<String> suggestionValues;
155 suggestionValues.append(valueToDateTimeString(m_parameters.suggestions[i].value, m_parameters.type));
159 addProperty("suggestionValues", suggestionValues, data);
  /external/chromium_org/third_party/WebKit/Source/web/resources/
suggestionPicker.js 62 if (config.suggestionValues.length !== config.localizedSuggestionValues.length)
63 return "localizedSuggestionValues.length must equal suggestionValues.length.";
64 if (config.suggestionValues.length !== config.suggestionLabels.length)
65 return "suggestionLabels.length must equal suggestionValues.length.";
174 for (var i = 0; i < this._config.suggestionValues.length; ++i) {
175 this._containerElement.appendChild(this._createSuggestionEntryElement(this._config.localizedSuggestionValues[i], this._config.suggestionLabels[i], this._config.suggestionValues[i]));
calendarPicker.js 815 if (global.params.suggestionValues && global.params.suggestionValues.length)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
date-suggestion-picker.html 46 suggestionValues : ['2012-01-01', '2012-06-03', '2012-09-06', '2012-12-24'],
65 suggestionValues: ["2012-01-01", "2012-01-02", "2012-01-03", "2012-01-04",
123 suggestionValues : ['2012-01-01', '2012-06-03', '2012-09-06', '2012-12-24'],
144 suggestionValues: ["2012-01-01", "2012-01-02", "2012-01-03", "2012-01-04",

Completed in 5929 milliseconds