OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkIfAllowedToLoadURL
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeContainerCheckPrivate.h
55
WKN_CheckIfAllowedToLoadURLProcPtr
checkIfAllowedToLoadURL
;
WebNetscapePluginView.h
149
- (uint32_t)
checkIfAllowedToLoadURL
:(const char*)urlCString frame:(const char*)frameNameCString callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
npapi.mm
222
return [pluginViewForInstance(instance)
checkIfAllowedToLoadURL
:url frame:frame callbackFunc:callbackFunc context:context];
WebNetscapePluginView.mm
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h
162
uint32_t
checkIfAllowedToLoadURL
(const char* url, const char* target);
NetscapePluginHostProxy.mm
[
all
...]
NetscapePluginInstanceProxy.mm
[
all
...]
Completed in 45 milliseconds