Searched refs:geturl (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_javascript_open_popup.cc33 HostFunctions()->geturl(
H A Dplugin_geturl_test.cc96 HostFunctions()->geturl(id(), page_not_found_url_.c_str(), NULL);
99 HostFunctions()->geturl(id(), fail_write_url_.c_str(), NULL);
103 HostFunctions()->geturl(id(), referrer_target_url_.c_str(), "_blank");
H A Dplugin_request_read_test.cc30 NPError result = HostFunctions()->geturl(id(),
H A Dplugin_windowless_test.cc194 browser->geturl(id(), urlString, targetString);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp141 NPNFuncs.geturl = pFuncs->geturl;
H A Dnpp_gate.cpp123 fakeNPNFuncs.geturl = NPN_GetURL;
H A Dnpn_gate.cpp87 NPError rv = NPNFuncs.geturl(instance, url, target);
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c113 browser->geturl = (NPN_GetURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturl);
/external/chromium_org/tools/telemetry/third_party/davclient/
H A Ddavclient.py149 headers['Destination'] = self._url.geturl() + destination
175 headers['Destination'] = self._url.geturl() + destination
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginTest.cpp151 return browser->geturl(m_npp, url, target);
H A DPluginObject.cpp566 NPError npErr = browser->geturl(obj->npp, urlString, targetString);
575 NPError npErr = browser->geturl(obj->npp, urlString, 0);
/external/chromium_org/media/tools/constrained_network_server/
H A Dcns_test.py230 self.assertTrue(f.geturl().startswith(base_url.replace(
/external/chromium_org/third_party/npapi/bindings/
H A Dnpfunctions.h157 NPN_GetURLProcPtr geturl; member in struct:_NPNetscapeFuncs
/external/chromium_org/chrome/test/webdriver/test/
H A Dchromedriver_tests.py156 self.session_url = response.geturl() # TODO(jleyba): verify this URL?
759 self.session_url = response.geturl() # TODO(jleyba): verify this URL?
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc100 host_funcs_.geturl = &NPN_GetURL;
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h521 NPN_GetURLUPP geturl; member in struct:_NPNetscapeFuncs

Completed in 416 milliseconds