Home
last modified time | relevance | path

Searched defs:absoluteLocation (Results 1 – 3 of 3) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/simple/AbsolutePathsAndQueryStrings/testcases/
H A DAbsolutePathsAndQueryStrings.java88 URL absoluteLocation = new URL("http://localhost:1234//StripHttpPathParams.jar"); in testCaching() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DMouseRelatedEvent.h53 IntPoint absoluteLocation() const { return m_absoluteLocation; } in absoluteLocation() function
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/
H A DPluginBridgeTest.java102 String absoluteLocation = "http://absolute.href.com/test.jnlp"; in testAbsoluteJNLPHref() local