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

  /external/webkit/Source/WebKit/android/nav/
CachedColor.cpp 27 #include "CachedColor.h"
36 CachedColor* CachedColor::Debug::base() const {
37 CachedColor* nav = (CachedColor*) ((char*) this - OFFSETOF(CachedColor, mDebug));
41 void CachedColor::Debug::print() const
43 CachedColor* b = base();
CachedColor.h 38 class CachedColor {
40 CachedColor() {
44 bool operator==(const CachedColor& o) const {
79 CachedColor* base() const;
CachedFrame.h 31 #include "CachedColor.h"
76 void add(CachedColor& color) { mCachedColors.append(color); }
90 const CachedColor& color(const CachedNode* node) const {
238 WTF::Vector<CachedColor> mCachedColors;
CacheBuilder.cpp     [all...]
CachedFrame.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
android_graphics.cpp 28 #include "CachedColor.h"
60 const CachedColor& colors = m_frame->color(m_node);
137 const CachedColor& colors = m_frame->color(m_node);
  /external/webkit/Source/WebKit/
Android.mk 89 android/nav/CachedColor.cpp \

Completed in 265 milliseconds