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

/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.h136 quint16 remoteInspectorPort; member in class:WindowOptions
H A Dmain.cpp298 windowOptions.remoteInspectorPort = takeOptionValue(&args, remoteInspectorPortIndex).toInt();
H A Dlauncherwindow.cpp143 if (m_windowOptions.remoteInspectorPort)
144 page()->setProperty("_q_webInspectorServerPort", m_windowOptions.remoteInspectorPort);

Completed in 74 milliseconds