Home
last modified time | relevance | path

Searched defs:QString (Results 1 – 12 of 12) sorted by relevance

/external/qemu/
Dqstring.h19 typedef struct QString { struct
24 } QString; argument
/external/webkit/Tools/DumpRenderTree/qt/
Dtestplugin.cpp60 QObject *TestPlugin::create(const QString&, in create()
DLayoutTestControllerQt.h217 void addDisallowedURL(const QString&) {} in addDisallowedURL()
DLayoutTestControllerQt.cpp754 void LayoutTestController::authenticateSession(const QString&, const QString&, const QString&) in authenticateSession()
DDumpRenderTreeQt.cpp287 void WebPage::javaScriptConsoleMessage(const QString& message, int lineNumber, const QString&) in javaScriptConsoleMessage()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkhistory.h36 class QString; variable
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp74 void addHistoryEntry(const QString&) {} in addHistoryEntry()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpluginfactory.h30 class QString; variable
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.h108 operator QString() const { return m_string; } in QString() function
DWTFString.h40 class QString; variable
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp439 void NetworkConfig::encrChanged(const QString &) in encrChanged()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp827 … virtual QObject* createPlugin(const QString&, const QUrl&, const QStringList&, const QStringList&) in createPlugin()