/external/webkit/Source/WebCore/platform/graphics/android/ |
android_graphics.h | 48 // Data and methods for cursor rings 60 WTF::Vector<IntRect>& rings() { return m_rings; } function in class:android::CursorRing
|
android_graphics.cpp | 121 DBG_NAV_LOG("!rings.size()"); 144 DBG_NAV_LOGD("cursorNode=%d (nodePointer=%p) pressed=%s rings=%d"
|
GLExtras.cpp | 163 for (size_t i = 0; i < m_ring->rings().size(); i++) { 164 IntRect rect = m_ring->rings().at(i);
|
/external/webkit/Source/WebKit/android/nav/ |
CachedNode.cpp | 52 WTF::Vector<WebCore::IntRect>* rings) 60 size_t size = intersects ? rings->size() : 0; 63 WebCore::IntRect * const start = rings->begin(); 74 rings->shrink(size); 86 WTF::Vector<WebCore::IntRect>* rings) const 88 rings->clear(); 90 rings->append(ring(frame, index)); 254 WTF::Vector<WebCore::IntRect>* rings) const 256 rings->clear(); 258 rings->append(localRing(frame, index)) [all...] |
CachedNode.h | 96 WTF::Vector<WebCore::IntRect>* rings); 132 // localXXX functions are used only for drawing cursor rings 151 const WTF::Vector<WebCore::IntRect>& rings() const { return mCursorRing; } function in class:android::CachedNode
|
CachedRoot.cpp | 582 RingCheck(const WTF::Vector<WebCore::IntRect>& rings, 591 for (r = rings.begin(); r != rings.end(); r++) { 1121 const WTF::Vector<WebCore::IntRect>& rings = node->rings(); local 1482 Vector<IntRect> rings; local [all...] |
/packages/wallpapers/Basic/res/xml/ |
polar_clock_palettes.xml | 4 <!-- basic white polar clock with color-cycling rings -->
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
Annulus.java | 23 * The inner and outer rings each have a color and the remaining pixels are
|
/packages/apps/Phone/src/com/android/phone/ |
Ringer.java | 175 // For repeat rings, figure out by how much to delay 179 // Delay subsequent rings by the delta between event
|
/external/opencv/cv/src/ |
cvoptflowbm.cpp | 194 /* cycle by neighborhood rings */ 248 /* cycle by neighbor rings */ 278 /* cycle by neighbor rings */
|
/external/chromium/chrome/browser/ui/cocoa/ |
cocoa_test_helper.h | 19 // rings. This class allows -isKeyWindow to be manipulated to test
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
MultiPartSmsTests.java | 88 // +" A bell rings"
|
/external/grub/netboot/ |
w89c840.c | 110 There are no ill effects from too-large receive rings. */ 232 /* Descriptor rings first for alignment. */ 898 /* Initialize the Rx and Tx rings, along with various 'dev' bits. */
|
epic100.c | 250 /* Initialize the Rx and Tx rings. */
|
fa311.c | 386 /* Initialize the Rx and Tx rings, along with various 'dev' bits. */
|
sk_g16.c | 285 #define TMDNUM (1 << (LC_LOG_TX_BUFFERS)) /* 2 Transmit descriptor rings */ 413 * - Receive and Transmit Descriptor Rings (quadword boundary)
|
via-rhine.c | 553 formed into rings by a branch from the final descriptor to the beginning of 672 /* Initialize the Rx and Tx rings, along with various 'dev' bits. */
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 610 // Force the alpha to 50%. This matches what the Mac does with outline rings. 634 // so as to be consistent with how we draw rectangular focus rings. [all...] |
/external/oprofile/events/ppc64/cell-be/ |
events | 200 event:0x18a4 counters:0,1,2,3 um:PPU_02_cycles minimum:10000 name:WDA_DTRC_TRCGRPE(8) : All data rings are idle. 202 event:0x18a6 counters:0,1,2,3 um:PPU_02_cycles minimum:10000 name:WDA_DTRC_TRCGRPE(10) : Two or three data rings are busy. 203 event:0x18a7 counters:0,1,2,3 um:PPU_02_cycles minimum:10000 name:WDA_DTRC_TRCGRPE(11) : All data rings are busy. 254 event:0x191c counters:0,1,2,3 um:PPU_02_cycles minimum:10000 name:WDA_DTRC_TRCGRPF(28) : All data rings are idle. 256 event:0x191e counters:0,1,2,3 um:PPU_02_cycles minimum:10000 name:WDA_DTRC_TRCGRPF(30) : Two or three data rings are busy. 257 event:0x191f counters:0,1,2,3 um:PPU_02_cycles minimum:10000 name:WDA_DTRC_TRCGRPF(31) : All four data rings are busy. [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardExporterTests.java | [all...] |
/external/chromium/chrome/browser/resources/options/ |
options_page.css | 627 * we stick to native focus rings. Once outlines follow border radius, we
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumSkia.cpp | 122 // This causes WebKit to draw the focus rings for us.
|
RenderThemeChromiumWin.cpp | 247 // Let webkit draw one of its halo rings around any focused element,
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebViewPrivate.h | 360 // These two methods are useful for a test harness that needs a consistent appearance for the focus rings
|
/frameworks/base/core/java/com/android/internal/widget/ |
WaveView.java | 61 private static final long RING_DELAY = 1300; // when to start fading animated rings
|