Searched defs:findKey (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkTDict.h92 bool findKey(T& value, const char** name) const function in class:SkTDict
/external/skia/src/animator/
H A DSkAnimateMaker.h74 bool findKey(SkDisplayable* displayable, const char** string) const { function in class:SkAnimateMaker
75 return fIDs.findKey(displayable, string);
/external/webkit/Source/WebKit/win/
H A DWebHistory.cpp496 if (!findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(calendarDate))) {
807 if (findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(lastVisitedCOMTime))) {
832 if (!findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(lastVisitedCOMTime)))
886 bool WebHistory::findKey(DateKey* key, CFAbsoluteTime forDay) function in class:WebHistory

Completed in 141 milliseconds