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

  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp 86 Vector<String> suggestionValues;
88 suggestionValues.append(suggestions[i].color.serialized());
96 PagePopupClient::addProperty("values", suggestionValues, data);
DateTimeChooserImpl.cpp 145 Vector<String> suggestionValues;
149 suggestionValues.append(valueToDateTimeString(m_parameters.suggestions[i].value, m_parameters.type));
153 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 803 if (global.params.suggestionValues && global.params.suggestionValues.length)
    [all...]

Completed in 1794 milliseconds