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

  /external/chromium_org/chrome/browser/resources/options/
editable_text_field.js 81 get placeholderText() {
84 set placeholderText(text) {
296 editField.value = this.placeholderText || '';
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 514 String placeholderText = strippedPlaceholder();
515 if (placeholderText.isEmpty()) {
527 placeholder->setTextContent(placeholderText);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 477 String placeholderText = element().strippedPlaceholder();
478 if (placeholderText.isEmpty()) {
493 placeholder->setTextContent(placeholderText);
  /external/jdiff/src/jdiff/
Comments.java 189 public static final String placeHolderText = "InsertCommentsHere";
193 * If there is no such comment, return the placeHolderText.
197 return placeHolderText;
201 return placeHolderText;
CommentsHandler.java 134 currentText.compareTo(Comments.placeHolderText) != 0) {
APIHandler.java 219 currentText.compareTo(Comments.placeHolderText) != 0) {
RootDocToXML.java     [all...]
HTMLReportGenerator.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TabbedEditorContainer.js 47 * @param {string} placeholderText
49 WebInspector.TabbedEditorContainer = function(delegate, settingName, placeholderText)
55 this._tabbedPane.setPlaceholderText(placeholderText);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 181 PlaceholderText,
AXNodeObject.cpp 1068 textOrder.append(AccessibilityText(placeholder, PlaceholderText));
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 278 milliseconds