Searched refs:findList (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/src/views/
H A DSkParsePaint.cpp37 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");
H A DSkStackViewLayout.cpp203 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)
H A DSkWidgets.cpp207 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/
H A DSkParsePaint.cpp37 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");
H A DSkStackViewLayout.cpp203 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)
H A DSkWidgets.cpp207 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/
H A DSkStaticTextView.cpp157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) {
163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) {
H A DSkImageView.cpp198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd");
H A DSkWidgetViews.cpp218 int index = dom.findList(node, "check-state", "off,on,unknown");
/external/skia/src/views/animated/
H A DSkStaticTextView.cpp157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) {
163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) {
H A DSkImageView.cpp198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd");
H A DSkWidgetViews.cpp218 int index = dom.findList(node, "check-state", "off,on,unknown");
/external/chromium_org/third_party/skia/include/xml/
H A DSkDOM.h59 int findList(const Node*, const char name[], const char list[]) const;
/external/skia/include/xml/
H A DSkDOM.h59 int findList(const Node*, const char name[], const char list[]) const;
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dntp_android.js959 populateData(findList('most_visited'), SectionType.MOST_VISITED, data,
983 populateData(findList('recently_closed'), SectionType.RECENTLY_CLOSED,
1021 populateData(findList('bookmarks'), SectionType.BOOKMARKS,
1032 populateData(findList('bookmarks'), SectionType.BOOKMARKS,
1531 var openTabsList = findList('open_tabs');
1532 var snapshotsList = findList('snapshots');
1596 var list = findList('snapshots');
1702 var list = findList('promo_vc');
1742 var list = findList('open_tabs');
1943 function findList(nam
[all...]
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp386 int SkDOM::findList(const Node* node, const char name[], const char list[]) const function in class:SkDOM
/external/skia/src/xml/
H A DSkDOM.cpp386 int SkDOM::findList(const Node* node, const char name[], const char list[]) const function in class:SkDOM

Completed in 3223 milliseconds