OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:support_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/
register_support_host_request.cc
108
std::string*
support_id
,
160
*
support_id
= support_id_element->BodyText();
167
std::string
support_id
;
local
169
bool success = ParseResponse(response, &
support_id
, &lifetime);
170
CallCallback(success,
support_id
, lifetime);
174
bool success, const std::string&
support_id
, base::TimeDelta lifetime) {
183
callback.Run(success,
support_id
, lifetime);
register_support_host_request_unittest.cc
50
MOCK_METHOD3(OnResponse, void(bool result, const std::string&
support_id
,
141
XmlElement*
support_id
= new XmlElement(
local
143
support_id
->AddText(kSupportId);
144
result->AddElement(
support_id
);
Completed in 2652 milliseconds