Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:inspector

99 #if ENABLE(INSPECTOR)
174 #endif // ENABLE(INSPECTOR)
190 #if ENABLE(INSPECTOR)
205 #if ENABLE(INSPECTOR)
210 QWebInspector* inspector = m_inspectedWebPage->d->getOrCreateInspector();
212 if (m_inspectedWebPage->d->inspector->d->remoteFrontend)
216 // Web inspector. This is used for SDK purposes. Please keep this hook
221 inspectorUrl = inspector->property("_q_inspectorUrl").toUrl();
224 inspectorUrl = QUrl(QLatin1String("qrc:/webkit/inspector/inspector.html"));
227 QVariant inspectorJavaScriptWindowObjects = inspector->property("_q_inspectorJavaScriptWindowObjects");
233 inspector->d->setFrontend(inspectorView);
249 #if ENABLE(INSPECTOR)
250 // Channel was allocated by InspectorServerQt. Here we transfer ownership to inspector.
251 m_inspectedWebPage->d->inspector->d->attachAndReplaceRemoteFrontend(channel);
258 #if ENABLE(INSPECTOR)
259 m_inspectedWebPage->d->inspector->d->detachRemoteFrontend();
281 #if ENABLE(INSPECTOR)
282 if (m_inspectedWebPage->d->inspector->d->remoteFrontend) {
283 RemoteFrontendChannel* session = qobject_cast<RemoteFrontendChannel*>(m_inspectedWebPage->d->inspector->d->remoteFrontend);
298 #if ENABLE(INSPECTOR)
371 if (m_inspectedWebPage->d->inspector) {
372 QString caption = QCoreApplication::translate("QWebPage", "Web Inspector - %2").arg(m_inspectedURL);
373 m_inspectedWebPage->d->inspector->setWindowTitle(caption);
389 #if ENABLE(INSPECTOR)