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

  /external/webkit/WebKit/android/nav/
CachedNode.h 54 NOT_REJECTED = 0,
55 SECOND_CHANCE_START = NOT_REJECTED, // must be first in list
92 void clearCondition() const { mCondition = NOT_REJECTED; }
CachedNode.cpp 329 case NOT_REJECTED: return "NOT_REJECTED"; break;

Completed in 120 milliseconds