Searched defs:defaultInterface (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistoryinterface.cpp43 Sets a new default interface, \a defaultInterface, that will be used by all of WebKit
48 \a defaultInterface if it does not have a parent.
50 void QWebHistoryInterface::setDefaultInterface(QWebHistoryInterface* defaultInterface) argument
52 if (default_interface == defaultInterface)
58 default_interface = defaultInterface;
75 QWebHistoryInterface* QWebHistoryInterface::defaultInterface() function in class:QWebHistoryInterface

Completed in 97 milliseconds