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

  /external/chromium_org/chrome/test/pyautolib/
bookmark_model.py 53 def FindByID(self, id, nodes=None):
71 found_node = self.FindByID(id, [child])
96 # Note we check everything; unlike the FindByID, we do not stop early.
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp 34 SkTypeface* SkTypefaceCache::findByID(SkFontID fontID) const {
114 SkTypeface* SkTypefaceCache::FindByID(SkFontID fontID) {
116 return Get().findByID(fontID);
  /external/skia/src/core/
SkTypefaceCache.cpp 34 SkTypeface* SkTypefaceCache::findByID(SkFontID fontID) const {
114 SkTypeface* SkTypefaceCache::FindByID(SkFontID fontID) {
116 return Get().findByID(fontID);

Completed in 202 milliseconds