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

  /frameworks/base/core/java/android/text/format/
DateFormat.java 325 boolean foundDate = false;
330 if (!foundDate && (c == DATE)) {
331 foundDate = true;
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 229 BOOL foundDate = [self findKey:&dateKey forDay:[entry lastVisitedTimeInterval]];
231 if (!foundDate)
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 77 milliseconds