Lines Matching full:uint32
92 uint32 currentTimerID;
93 HashMap<uint32, PluginTimer*>* timers;
107 uint32 _currentContainerCheckRequestID;
146 - (uint32)checkIfAllowedToLoadURL:(const char*)urlCString frame:(const char*)frameNameCString callbackFunc:(void (*)(NPP npp, uint32 checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
147 - (void)cancelCheckIfAllowedToLoadURL:(uint32)checkID;
160 - (NPError)postURLNotify:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file notifyData:(void *)notifyData;
161 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file;
172 - (uint32)scheduleTimerWithInterval:(uint32)interval repeat:(NPBool)repeat timerFunc:(void (*)(NPP npp, uint32 timerID))timerFunc;
173 - (void)unscheduleTimer:(uint32)timerID;
175 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32*)length;
176 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32)length;
178 username:(char**)username usernameLength:(uint32*)usernameLength
179 password:(char**)password passwordLength:(uint32*)passwordLength;