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

  /external/webkit/Source/WebCore/rendering/style/
ContentData.cpp 48 case CONTENT_TEXT:
70 case CONTENT_TEXT:
ContentData.h 55 bool isText() const { return m_type == CONTENT_TEXT; }
81 m_type = CONTENT_TEXT;
RenderStyleConstants.h 296 CONTENT_NONE, CONTENT_OBJECT, CONTENT_TEXT, CONTENT_COUNTER, CONTENT_QUOTE
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 33 CONTENT_TEXT(R.string.content_text, TYPE_TEXT, CATEGORY_MAIN),
141 CONTENT_TEXT.setValue("Basic text");
146 CONTENT_TEXT.setValue("Alice, Bob, Chuck");
155 CONTENT_TEXT.setValue("800x534 | 405.1K");
156 SUMMARY_TEXT.setValue(CONTENT_TEXT.getValueString());
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 27 import static com.android.notificationstudio.model.EditableItem.CONTENT_TEXT;
59 if (CONTENT_TEXT.hasValue())
60 sb.append(INDENT + ".setContentText(" + quote(CONTENT_TEXT) + ")");
NotificationGenerator.java 27 import static com.android.notificationstudio.model.EditableItem.CONTENT_TEXT;
63 if (CONTENT_TEXT.hasValue())
64 builder.setContentText(CONTENT_TEXT.getValueString());
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 35 private static final String CONTENT_TEXT = "contentText";
158 mNotification.setLatestEventInfo(mContext, CONTENT_TITLE, CONTENT_TEXT, contentIntent);
  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp 421 case CONTENT_TEXT:

Completed in 78 milliseconds