Home
last modified time | relevance | path

Searched refs:remoteInspectorPort (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
Dlauncherwindow.h136 quint16 remoteInspectorPort; variable
Dmain.cpp298 … windowOptions.remoteInspectorPort = takeOptionValue(&args, remoteInspectorPortIndex).toInt(); in handleUserOptions()
Dlauncherwindow.cpp143 if (m_windowOptions.remoteInspectorPort) in initializeView()
144 page()->setProperty("_q_webInspectorServerPort", m_windowOptions.remoteInspectorPort); in initializeView()