Searched refs:geturlnotify (Results 1 – 7 of 7) sorted by relevance
125 …browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)brows… in main()
117 m_browserFuncs.geturlnotify = NPN_GetURLNotify; in load()
276 m_browserFuncs.geturlnotify = NPN_GetURLNotify; in initializeBrowserFuncs()
137 NPN_GetURLNotifyProcPtr geturlnotify; member
156 funcs->geturlnotify = NPN_GetURLNotify; in initializeExtraBrowserFuncs()
448 …browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NP…561 browserFuncs.geturlnotify = NPN_GetURLNotify;
448 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier); in getURLNotify()