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

  /build/tools/atree/
files.cpp 146 bool did_replace; local
149 did_replace = false;
156 did_replace = true;
159 if (did_replace && --retries == 0) {
172 } while (did_replace);
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 97 // |did_replace| is true if the transition is non-user initiated and the
101 void AddClientRedirect(const GURL& url1, const GURL& url2, bool did_replace,
112 history::SOURCE_BROWSED, did_replace));
    [all...]

Completed in 288 milliseconds