OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_method
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/chromedriver/
performance_logger_unittest.cc
144
const std::string&
expected_method
,
155
EXPECT_EQ(
expected_method
, method);
163
const std::string&
expected_method
) {
165
ValidateLogEntry(entry, expected_webview,
expected_method
, empty_params);
/external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc
117
void VerifyAccepted(const AuthenticationMethod&
expected_method
) {
137
expected_method
,
/external/chromium_org/third_party/protobuf/python/
mox.py
114
# the
expected_method
queue.
565
expected_method
= self._VerifyMethodCall()
567
if
expected_method
._side_effects:
568
expected_method
._side_effects(*params, **named_params)
570
if
expected_method
._exception:
571
raise
expected_method
._exception
573
return
expected_method
._return_value
[
all
...]
Completed in 379 milliseconds