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

  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 28 StyledLabel* styled() { return styled_.get(); } function in class:views::StyledLabelTest
57 styled()->SetBounds(0, 0, 1000, 1000);
58 styled()->Layout();
60 ASSERT_EQ(1, styled()->child_count());
62 styled()->child_at(0)->GetClassName());
64 static_cast<Label*>(styled()->child_at(0))->text());
71 styled()->SetBounds(0, 0, 1000, 1000);
72 styled()->Layout();
74 ASSERT_EQ(1, styled()->child_count());
76 styled()->child_at(0)->GetClassName())
    [all...]
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/tests/src/com/example/android/actionbarcompat/styled/tests/
SampleTests.java 34 package com.example.android.actionbarcompat.styled.tests;
36 import com.example.android.actionbarcompat.styled.*;
41 * Tests for Styled sample.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 66 table.styled-table {
70 table.styled-table,
71 .styled-table th,
72 .styled-table td {
78 .styled-table th {
82 .styled-table th.title {
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 17 package com.example.android.actionbarcompat.styled;
  /development/samples/browseable/Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 17 package com.example.android.actionbarcompat.styled;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 101 SVGGraphicsElement* styled = toSVGGraphicsElement(childNode); local
112 styled->toClipPath(clipPath);
121 styled->toClipPath(subPath);
  /frameworks/base/core/java/android/content/
ClipData.java 192 * Create an Item consisting of a single block of (possibly styled) text.
202 * Create an Item consisting of a single block of (possibly styled) text,
456 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) {
496 if (styled) {
498 // want styled text, convert it.
511 if (styled) {
512 // We loaded plain text and the caller wants styled
543 if (styled) {
553 if (styled) {
    [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 55 NEW_CHANGEID=${LAST_CHANGEID}-styled
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 6 * Convert a state and time into a nice styled chunk of HTML.
  /frameworks/base/tools/aapt/
StringPool.cpp 165 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ?
167 if (first || styled || !mergeDuplicates) {
  /external/chromium_org/chrome_frame/
CFInstall.js 220 * Adds a styled, closable iframe into the page with a background that
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 175 * Key-value styled statistics data.
  /external/chromium_org/chrome/browser/resources/history/
history.js 242 // Let the entryBox be styled appropriately when it contains keyboard focus.
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 791 * group 1 must not be empty, so it would be instead styled as PR_TAG by
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 791 * group 1 must not be empty, so it would be instead styled as PR_TAG by
    [all...]

Completed in 1042 milliseconds