OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPObject
(Results
76 - 89
of
89
) sorted by null
1
2
3
4
/external/chromium_org/content/shell/tools/plugin/
main.cpp
399
NPObject
*windowScriptObject;
434
NPObject
* windowObject = 0;
441
NPObject
* onStreamDestroyFunction = NPVARIANT_TO_OBJECT(onStreamDestroyVariant);
859
browser->retainobject((
NPObject
*)obj);
/external/chromium_org/content/test/plugin/
plugin_windowless_test.cc
174
NPObject
*window_obj = NULL;
plugin_geturl_test.cc
163
NPObject
*window_obj = NULL;
166
SetError("Failed to get
NPObject
for plugin instance2");
/external/chromium_org/content/child/npapi/
plugin_instance.cc
173
NPObject
*PluginInstance::GetPluginScriptableObject() {
174
NPObject
*value = NULL;
webplugin_delegate_impl.h
92
virtual
NPObject
* GetPluginScriptableObject() OVERRIDE;
plugin_host.cc
699
NPObject
*np_object = plugin->webplugin()->GetWindowScriptNPObject();
719
NPObject
*np_object = plugin->webplugin()->GetPluginElement();
[
all
...]
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c
160
NPObject
*windowObject = NULL;
/external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc
732
NPObject
* WebPluginDelegateProxy::GetPluginScriptableObject() {
968
NPObject*
npobject
= NULL;
local
989
NPObject*
npobject
= NULL;
local
[
all
...]
webplugin_impl.cc
280
NPObject
* WebPluginImpl::scriptableObject() {
751
NPObject
* WebPluginImpl::GetWindowScriptNPObject() {
759
NPObject
* WebPluginImpl::GetPluginElement() {
[
all
...]
/external/chromium_org/content/plugin/
webplugin_delegate_stub.cc
75
// The delegate or an
npobject
is in the callstack, so don't delete it
89
// Remove the
NPObject
owner mapping for this instance.
200
// Add an
NPObject
owner mapping for this instance, to support ownership
301
NPObject
* object = delegate_->GetPluginScriptableObject();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp
391
NPObject
* HTMLPlugInElement::getNPObject()
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
424
NPObject
* WebPluginContainerImpl::scriptableObjectForElement()
596
// WebPlugin implementation can't provide the obsolete
NPObject
at the same time:
601
NPObject
*
npObject
= m_webPlugin->scriptableObject();
602
if (
npObject
)
603
return createV8ObjectForNPObject(
npObject
, 0, isolate);
WebLocalFrameImpl.cpp
682
NPObject
* WebLocalFrameImpl::windowObject() const
689
void WebLocalFrameImpl::bindToWindowObject(const WebString& name,
NPObject
* object)
694
void WebLocalFrameImpl::bindToWindowObject(const WebString& name,
NPObject
* object, void*)
[
all
...]
/external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc
244
NPObject
* TestPlugin::scriptableObject() {
Completed in 775 milliseconds
1
2
3
4