HomeSort by relevance Sort by last modified time
    Searched full:matchesregex (Results 1 - 6 of 6) sorted by null

  /external/chromium/testing/gmock/test/
gmock_link_test.h 79 // MatchesRegex
189 using testing::MatchesRegex;
555 // Tests the linkage of the MatchesRegex matcher.
559 ON_CALL(mock, VoidFromString(MatchesRegex(".*"))).WillByDefault(Return());
gmock-matchers_test.cc 100 using testing::MatchesRegex;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleView.js 345 if (this._searchRegex && message.matchesRegex(this._searchRegex)) {
450 if (this._searchRegex && sourceMessage.matchesRegex(this._searchRegex))
469 if (this._searchRegex && sourceMessage.matchesRegex(this._searchRegex))
644 if (WebInspector.console.messages[this._visibleMessagesIndices[i]].matchesRegex(this._searchRegex))
826 if (!message.matchesRegex(this._filterRegex))
    [all...]
ConsoleMessage.js 743 matchesRegex: function(regexObject)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 69 'MatchesRegex',

Completed in 1457 milliseconds