HomeSort by relevance Sort by last modified time
    Searched defs:PortForwardingController (Results 1 - 2 of 2) 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...]

Completed in 684 milliseconds