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

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunctionTestHelperTest.cpp 98 ::testing::MatchesRegex("LinearTimingFunction@.*"));
106 ::testing::MatchesRegex("CubicBezierTimingFunction@.*\\(EaseIn, 0.42, 0, 1, 1\\)"));
111 ::testing::MatchesRegex("CubicBezierTimingFunction@.*\\(Custom, 0.17, 0.67, 1, -1.73\\)"));
119 ::testing::MatchesRegex("StepsTimingFunction@.*\\(Start, 1, true\\)"));
124 ::testing::MatchesRegex("StepsTimingFunction@.*\\(Custom, 5, false\\)"));
134 ::testing::MatchesRegex(
146 ::testing::MatchesRegex(
  /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 373 if (this._searchRegex && message.matchesRegex(this._searchRegex)) {
478 if (this._searchRegex && sourceMessage.matchesRegex(this._searchRegex))
497 if (this._searchRegex && sourceMessage.matchesRegex(this._searchRegex))
722 if (WebInspector.console.messages[this._visibleMessagesIndices[i]].matchesRegex(this._searchRegex))
    [all...]
ConsoleMessage.js     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 69 'MatchesRegex',

Completed in 173 milliseconds