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

  /external/chromium_org/third_party/WebKit/Source/web/
ExternalDateTimeChooser.cpp 113 webParams.suggestionLabels = parameters.suggestionLabels;
DateTimeChooserImpl.cpp 150 addProperty("suggestionLabels", m_parameters.suggestionLabels, writer);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DateTimeChooser.h 50 Vector<String> suggestionLabels;
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
suggestionPicker.js 64 if (config.suggestionValues.length !== config.suggestionLabels.length)
65 return "suggestionLabels.length must equal suggestionValues.length.";
175 this._containerElement.appendChild(this._createSuggestionEntryElement(this._config.localizedSuggestionValues[i], this._config.suggestionLabels[i], this._config.suggestionValues[i]));
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
date-suggestion-picker.html 48 suggestionLabels : ['', 'Birthday', '', 'Christmas'],
99 suggestionLabels: ["Today", "Tomorrow", "", "", "", "", "", "", "", "", "",
125 suggestionLabels : ['', 'Birthday', '', 'Christmas'],
178 suggestionLabels: ["Today", "Tomorrow", "", "", "", "", "", "", "", "", "",
  /external/chromium_org/third_party/WebKit/public/web/
WebDateTimeChooserParams.h 55 WebVector<WebString> suggestionLabels;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp     [all...]

Completed in 2743 milliseconds