Searched refs:geturl (Results 1 – 8 of 8) sorted by relevance
113 …browser->geturl = (NPN_GetURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->get… in main()
261 m_browserFuncs.geturl = NPN_GetURL; in initializeBrowserFuncs()
123 NPN_GetURLProcPtr geturl; member
40 browserFuncs->geturl(instance, "http://www.apple.com/", "_blank");
153 funcs->geturl = NPN_GetURL; in initializeExtraBrowserFuncs()
362 NPError npErr = browser->geturl(obj->npp, urlString, targetString); in getURL()370 NPError npErr = browser->geturl(obj->npp, urlString, 0); in getURL()
436 … browserFuncs.geturl = (NPN_GetURLProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURL);549 browserFuncs.geturl = NPN_GetURL;
84223 Test: http/tests/plugins/local-geturl-from-remote.html