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

  /external/chromium_org/third_party/WebKit/Source/weborigin/
WebOriginExport.h 42 #define WEBORIGIN_EXPORT __declspec(dllexport)
44 #define WEBORIGIN_EXPORT __declspec(dllimport)
47 #define WEBORIGIN_EXPORT __attribute__((visibility("default")))
50 #define WEBORIGIN_EXPORT
DatabaseIdentifier.h 38 WEBORIGIN_EXPORT PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String&);
39 WEBORIGIN_EXPORT String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin*);
KnownPorts.h 36 WEBORIGIN_EXPORT bool isDefaultPortForProtocol(unsigned short port, const String& protocol);
37 WEBORIGIN_EXPORT bool portAllowed(const KURL&); // Blacklist ports that should never be used for Web resources.
KURL.h 46 class WEBORIGIN_EXPORT KURL {
161 WEBORIGIN_EXPORT friend bool equalIgnoringFragmentIdentifier(const KURL&, const KURL&);
203 WEBORIGIN_EXPORT bool operator==(const KURL&, const KURL&);
204 WEBORIGIN_EXPORT bool operator==(const KURL&, const String&);
205 WEBORIGIN_EXPORT bool operator==(const String&, const KURL&);
206 WEBORIGIN_EXPORT bool operator!=(const KURL&, const KURL&);
207 WEBORIGIN_EXPORT bool operator!=(const KURL&, const String&);
208 WEBORIGIN_EXPORT bool operator!=(const String&, const KURL&);
210 WEBORIGIN_EXPORT bool equalIgnoringFragmentIdentifier(const KURL&, const KURL&);
212 WEBORIGIN_EXPORT const KURL& blankURL()
    [all...]
SecurityPolicy.h 41 class WEBORIGIN_EXPORT SecurityPolicy {
SchemeRegistry.h 39 class WEBORIGIN_EXPORT SchemeRegistry {
SecurityOrigin.h 41 class WEBORIGIN_EXPORT SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {

Completed in 355 milliseconds