Searched refs:HasParameter (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/webdriver/commands/
H A Dcommand.h65 bool HasParameter(const std::string& key) const;
H A Dset_timeout_commands.cc32 if (!HasParameter(kTimeoutMsKey)) {
H A Dcommand.cc38 bool Command::HasParameter(const std::string& key) const { function in class:webdriver::Command
H A Dchrome_commands.cc193 if (HasParameter("enable")) {
200 } else if (HasParameter("click_button")) {
H A Dtarget_locator_commands.cc121 } else if (IsNullParameter("id") || !HasParameter("id")) {
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp121 Matcher<Decl> HasParameter = functionDecl(constructMatcher( local
123 EXPECT_TRUE(matches("void f(int a, int x);", HasParameter));
124 EXPECT_FALSE(matches("void f(int x, int a);", HasParameter));
H A DParserTest.cpp194 OwningPtr<DynTypedMatcher> HasParameter(Parser::parseMatcherExpression(
197 M = Matcher<Decl>::constructFrom(*HasParameter);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1393 TEST(HasParameter, CallsInnerMatcher) {
1400 TEST(HasParameter, DoesNotMatchIfIndexOutOfBounds) {

Completed in 113 milliseconds