Searched defs:query_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/metrics/
H A Dstatistics_recorder_unittest.cc296 std::string query_value; local
297 ASSERT_TRUE(root_dict->GetString("query", &query_value));
298 EXPECT_EQ(query, query_value);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dweb_view_impl.cc530 scoped_ptr<base::Value> query_value; local
531 Status status = CallFunction(frame, kQueryResult, no_args, &query_value);
539 if (!query_value->GetAsDictionary(&result_info))

Completed in 1053 milliseconds