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

  /external/chromium/chrome/common/
logging_chrome.h 57 typedef std::vector<std::wstring> AssertionList;
67 size_t GetFatalAssertions(AssertionList* assertions);
logging_chrome.cc 417 size_t GetFatalAssertions(AssertionList* assertions) {
  /external/chromium_org/chrome/common/
logging_chrome.h 56 typedef std::vector<std::wstring> AssertionList;
66 size_t GetFatalAssertions(AssertionList* assertions);
logging_chrome.cc 422 size_t GetFatalAssertions(AssertionList* assertions) {
  /external/chromium_org/chrome/test/ui/
ui_test.cc 435 logging::AssertionList assertions;
442 logging::AssertionList::const_iterator iter = assertions.begin();

Completed in 75 milliseconds