OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateInfoOperation
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_http.h
175
virtual scoped_ptr<PrivetInfoOperation>
CreateInfoOperation
(
privet_notifications.cc
106
base::Bind(&PrivetNotificationsListener::
CreateInfoOperation
,
113
void PrivetNotificationsListener::
CreateInfoOperation
(
121
device->privet_http->
CreateInfoOperation
(this);
privet_notifications.h
80
void
CreateInfoOperation
(scoped_ptr<PrivetHTTPClient> http_client);
privet_http_impl.cc
294
info_operation_ = privet_client_->
CreateInfoOperation
(this);
385
info_operation_ = privet_client_->
CreateInfoOperation
(this);
718
scoped_ptr<PrivetInfoOperation> PrivetHTTPClientImpl::
CreateInfoOperation
(
771
info_operation_ =
CreateInfoOperation
(this);
privet_local_printer_lister.cc
90
i->second->info_operation = http_client->
CreateInfoOperation
(this);
privet_http_unittest.cc
425
info_operation_ = privet_client_->
CreateInfoOperation
(&info_delegate_);
468
info_operation_ = privet_client_->
CreateInfoOperation
(&info_delegate_);
502
info_operation_ = privet_client_->
CreateInfoOperation
(&info_delegate_);
[
all
...]
privet_http_impl.h
256
virtual scoped_ptr<PrivetInfoOperation>
CreateInfoOperation
(
privet_notifications_unittest.cc
83
virtual scoped_ptr<PrivetInfoOperation>
CreateInfoOperation
(
Completed in 48 milliseconds