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

  /external/chromium_org/chrome/browser/devtools/
port_forwarding_controller.h 16 class PortForwardingController : public BrowserContextKeyedService {
18 explicit PortForwardingController(PrefService* pref_service);
20 virtual ~PortForwardingController();
27 // Returns PortForwardingController associated with |profile|.
28 static PortForwardingController* GetForProfile(Profile* profile);
57 DISALLOW_COPY_AND_ASSIGN(PortForwardingController);
port_forwarding_controller.cc 255 class PortForwardingController::Connection
306 PortForwardingController::Registry* registry_;
320 PortForwardingController::Connection::Connection(
339 void PortForwardingController::Connection::Shutdown() {
345 PortForwardingController::Connection::~Connection() {
352 void PortForwardingController::Connection::OnPrefsChange() {
378 void PortForwardingController::Connection::ChangeForwardingMap(
387 void PortForwardingController::Connection::SerializeChanges(
403 void PortForwardingController::Connection::SendCommand(
440 bool PortForwardingController::Connection::ProcessResponse
    [all...]
devtools_targets_ui.cc 371 PortForwardingController* port_forwarding_controller =
372 PortForwardingController::Factory::GetForProfile(profile_);
373 PortForwardingController::DevicesStatus port_forwarding_status;
442 PortForwardingController::DevicesStatus::iterator sit =
446 typedef PortForwardingController::PortStatusMap StatusMap;

Completed in 31 milliseconds