HomeSort by relevance Sort by last modified time
    Searched refs:defaultInterface (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qwebhistoryinterface.cpp 43 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)
52 if (default_interface == defaultInterface)
58 default_interface = defaultInterface;
75 QWebHistoryInterface* QWebHistoryInterface::defaultInterface()
qwebhistoryinterface.h 35 static void setDefaultInterface(QWebHistoryInterface *defaultInterface);
36 static QWebHistoryInterface *defaultInterface();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 797 QWebHistoryInterface* history = QWebHistoryInterface::defaultInterface();
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 157 milliseconds