HomeSort by relevance Sort by last modified time
    Searched refs:getproperty (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_private_test.cc 36 HostFunctions()->getproperty(id(), window_obj, location, &location_var);
39 HostFunctions()->getproperty(id(), NPVARIANT_TO_OBJECT(location_var), href,
plugin_npobject_proxy_test.cc 30 HostFunctions()->getproperty(id(), window_obj, document_id, &docv);
plugin_npobject_identity_test.cc 35 NULL, // GetProperty
65 HostFunctions()->getproperty(id(), window, are_these_the_same_id, &func_var);
plugin_delete_plugin_in_deallocate_test.cc 56 NULL, // GetProperty
107 HostFunctions()->getproperty(id(), window, set_test_object_id, &func_var);
plugin_npobject_lifetime_test.cc 74 bool b1 = HostFunctions()->getproperty(id(), other_plugin_instance_object_,
  /external/chromium_org/content/shell/tools/plugin/Tests/
NPRuntimeCallsWithNullNPP.cpp 58 if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) {
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 172 NPNFuncs.getproperty = pFuncs->getproperty;
npp_gate.cpp 155 fakeNPNFuncs.getproperty = NPN_GetProperty;
npn_gate.cpp 503 bool rv = NPNFuncs.getproperty(id, obj, identifier, variant);
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 48 if (!browser->getproperty(instance,
447 if (browser->getproperty(
786 browser->getproperty(obj->npp, object, propertyIdentifier, &variant);
875 bool retval = browser->getproperty(
    [all...]
PluginTest.cpp 205 return browser->getproperty(m_npp, npObject, propertyName, value);
main.cpp 439 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
  /external/chromium_org/content/child/npapi/
plugin_host.cc 146 host_funcs_.getproperty = WebBindings::getProperty;
184 if (overrides->getproperty)
185 host_funcs_.getproperty = overrides->getproperty;
    [all...]
npobject_util.cc 115 host_funcs.getproperty = NPN_GetPropertyPatch;
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 190 NPN_GetPropertyProcPtr getproperty; member in struct:_NPNetscapeFuncs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 385 getproperty = [ variable
398 (getlist, "properties", getproperty),
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 554 NPN_GetPropertyUPP getproperty; member in struct:_NPNetscapeFuncs

Completed in 442 milliseconds