HomeSort by relevance Sort by last modified time
    Searched defs:MatchInfo (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 42 // MatchInfo methods
45 MatchInfo::MatchInfo() {
49 MatchInfo::~MatchInfo() {
53 MatchInfo::MatchInfo(const MatchInfo& src) {
60 void MatchInfo::set(const SkRegion& region, SkPicture* pic, int layerId) {
131 mMatches = new WTF::Vector<MatchInfo>();
    [all...]
FindCanvas.h 44 class MatchInfo {
46 MatchInfo();
47 ~MatchInfo();
48 MatchInfo(const MatchInfo& src);
54 // SkPicture. If this MatchInfo already had one, unref it.
59 MatchInfo& operator=(MatchInfo& src);
148 WTF::Vector<MatchInfo>* detachMatches() {
149 WTF::Vector<MatchInfo>* array = mMatches
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 105 milliseconds