OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:placeholdertext
(Results
1 - 7
of
7
) sorted by null
/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/webkit/Source/WebCore/rendering/
RenderTextControl.cpp
649
String
placeholderText
= static_cast<HTMLTextFormControlElement*>(node())->strippedPlaceholder();
650
TextRun textRun(
placeholderText
.characters(),
placeholderText
.length(), false, 0, 0, TextRun::AllowTrailingExpansion, !placeholderStyle->isLeftToRightDirection(), placeholderStyle->unicodeBidi() == Override);
/external/guava/guava/lib/
jdiff.jar
Completed in 372 milliseconds