OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalPrinterRemoved
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_local_printer_lister.h
32
virtual void
LocalPrinterRemoved
(const std::string& name) = 0;
privet_local_printer_lister.cc
123
delegate_->
LocalPrinterRemoved
(device_name);
privet_local_printer_lister_unittest.cc
124
MOCK_METHOD1(
LocalPrinterRemoved
, void(const std::string& name));
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h
91
virtual void
LocalPrinterRemoved
(const std::string& name) OVERRIDE;
print_preview_handler.cc
[
all
...]
Completed in 161 milliseconds