HomeSort by relevance Sort by last modified time
    Searched refs:WimaxNetwork (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/cros/
mock_network_library.h 50 MOCK_CONST_METHOD0(wimax_network, const WimaxNetwork*(void));
82 WimaxNetwork*(const std::string&));
106 MOCK_METHOD1(ConnectToWimaxNetwork, void(WimaxNetwork*));
107 MOCK_METHOD2(ConnectToWimaxNetwork, void(WimaxNetwork*, bool));
network_library_impl_base.h 101 virtual const WimaxNetwork* wimax_network() const OVERRIDE;
142 virtual WimaxNetwork* FindWimaxNetworkByPath(
177 virtual void ConnectToWimaxNetwork(WimaxNetwork* wimax) OVERRIDE;
178 virtual void ConnectToWimaxNetwork(WimaxNetwork* wimax, bool shared) OVERRIDE;
392 WimaxNetwork* active_wimax_;
network_library.cc     [all...]
network_parser.cc 153 WimaxNetwork* wifi = new WimaxNetwork(service_path);
network_library.h     [all...]
network_library_impl_stub.cc 354 WimaxNetwork* wimax1 = new WimaxNetwork("wimax1");
362 WimaxNetwork* wimax2 = new WimaxNetwork("wimax2");
452 WimaxNetwork* wimax = static_cast<WimaxNetwork*>(network);
network_library_impl_base.cc 233 const WimaxNetwork* NetworkLibraryImplBase::wimax_network() const {
454 WimaxNetwork* NetworkLibraryImplBase::FindWimaxNetworkByPath(
458 return static_cast<WimaxNetwork*>(network);
589 WimaxNetwork* wimax, bool shared) {
594 void NetworkLibraryImplBase::ConnectToWimaxNetwork(WimaxNetwork* wimax) {
    [all...]
cros_in_process_browser_test.cc 95 .WillRepeatedly((Return((const WimaxNetwork*)(NULL))));
native_network_parser.cc     [all...]

Completed in 166 milliseconds