OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestRetrieveProperty
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
mock_login_library.h
24
MOCK_METHOD3(
RequestRetrieveProperty
, void(const std::string&,
login_library.h
43
virtual void
RequestRetrieveProperty
(const std::string& name,
login_library.cc
60
void
RequestRetrieveProperty
(const std::string& name,
63
DCHECK(callback) << "must provide a callback to
RequestRetrieveProperty
()";
64
chromeos::
RequestRetrieveProperty
(name.c_str(), callback, user_data);
310
void
RequestRetrieveProperty
(const std::string& name,
/external/chromium/chrome/browser/chromeos/login/
existing_user_controller_browsertest.cc
124
EXPECT_CALL(*mock_login_library_,
RequestRetrieveProperty
(_, _, _))
network_screen_browsertest.cc
61
EXPECT_CALL(*mock_login_library_,
RequestRetrieveProperty
(_,_,_))
Completed in 82 milliseconds