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

  /external/chromium_org/v8/src/
version.h 18 static bool IsCandidate() { return candidate_; }
version.cc 80 const char* candidate = IsCandidate() ? " (candidate)" : "";
102 const char* candidate = IsCandidate() ? "-candidate" : "";

Completed in 1500 milliseconds