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

  /external/chromium_org/third_party/skia/src/views/
SkParsePaint.cpp 37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
102 int index = dom.findList(node, "text-anchor", "left,center,right");
SkStackViewLayout.cpp 203 if ((index = dom.findList(node, "orient", "horizontal,vertical")) >= 0)
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
231 if ((index = dom.findList(node, "align", "start,center,end,stretch")) >= 0)
SkWidgets.cpp 207 if ((index = dom.findList(node, "buttonState", "off,on,unknown")) >= 0)
470 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0)
475 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0)
  /external/skia/src/views/
SkParsePaint.cpp 37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
102 int index = dom.findList(node, "text-anchor", "left,center,right");
SkStackViewLayout.cpp 203 if ((index = dom.findList(node, "orient", "horizontal,vertical")) >= 0)
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
231 if ((index = dom.findList(node, "align", "start,center,end,stretch")) >= 0)
SkWidgets.cpp 207 if ((index = dom.findList(node, "buttonState", "off,on,unknown")) >= 0)
470 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0)
475 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0)
  /external/chromium_org/third_party/skia/src/views/animated/
SkStaticTextView.cpp 157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) {
163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) {
SkImageView.cpp 198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd");
SkWidgetViews.cpp 218 int index = dom.findList(node, "check-state", "off,on,unknown");
  /external/skia/src/views/animated/
SkStaticTextView.cpp 157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) {
163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) {
SkImageView.cpp 198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd");
SkWidgetViews.cpp 218 int index = dom.findList(node, "check-state", "off,on,unknown");
  /external/chromium_org/third_party/skia/include/xml/
SkDOM.h 59 int findList(const Node*, const char name[], const char list[]) const;
  /external/skia/include/xml/
SkDOM.h 59 int findList(const Node*, const char name[], const char list[]) const;
  /external/chromium_org/third_party/skia/src/xml/
SkDOM.cpp 386 int SkDOM::findList(const Node* node, const char name[], const char list[]) const
389 return vstr ? SkParse::FindList(vstr, list) : -1;
  /external/skia/src/xml/
SkDOM.cpp 386 int SkDOM::findList(const Node* node, const char name[], const char list[]) const
389 return vstr ? SkParse::FindList(vstr, list) : -1;
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 959 populateData(findList('most_visited'), SectionType.MOST_VISITED, data,
983 populateData(findList('recently_closed'), SectionType.RECENTLY_CLOSED,
1021 populateData(findList('bookmarks'), SectionType.BOOKMARKS,
    [all...]

Completed in 745 milliseconds