HomeSort by relevance Sort by last modified time
    Searched defs:QWebSecurityOrigin (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qwebsecurityorigin.h 37 class QWEBKIT_EXPORT QWebSecurityOrigin {
39 static QList<QWebSecurityOrigin> allOrigins();
44 ~QWebSecurityOrigin();
58 QWebSecurityOrigin(const QWebSecurityOrigin& other);
59 QWebSecurityOrigin &operator=(const QWebSecurityOrigin& other);
64 QWebSecurityOrigin(QWebSecurityOriginPrivate* priv);
qwebsecurityorigin.cpp 21 #include "qwebsecurityorigin.h"
36 \class QWebSecurityOrigin
38 \brief The QWebSecurityOrigin class defines a security boundary for web sites.
42 QWebSecurityOrigin provides access to the security domains defined by web sites.
55 by using QWebSecurityOrigin::addLocalScheme(), or override the default same-origin behavior
63 Call QWebFrame::securityOrigin() to get the QWebSecurityOrigin for a frame in a
80 QWebSecurityOrigin::QWebSecurityOrigin(const QWebSecurityOrigin& other) : d(other.d)
87 QWebSecurityOrigin& QWebSecurityOrigin::operator=(const QWebSecurityOrigin& other
    [all...]

Completed in 18 milliseconds