HomeSort by relevance Sort by last modified time
    Searched full:hasproperty (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/chromium_org/content/browser/renderer_host/java/
java_bound_object.cc 64 static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier);
77 JavaNPObject::HasProperty,
108 bool JavaNPObject::HasProperty(NPObject* np_object,
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
DAGISelMatcherGen.cpp 380 PInfo.hasProperty(SDNPHasChain) ||
381 PInfo.hasProperty(SDNPInGlue) ||
382 PInfo.hasProperty(SDNPOptInGlue);
518 if (CP.hasProperty(SDNPHasChain)) {
    [all...]
CodeGenDAGPatterns.h 228 /// hasProperty - Return true if this node has the specified property.
230 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
  /external/chromium_org/content/child/npapi/
npobject_proxy.cc 244 return obj->_class->hasProperty(obj, name);
  /external/chromium_org/content/renderer/pepper/
npapi_glue.h 97 // NULL if there is no NPVariant result (like for HasProperty). If this is
plugin_object.cc 120 bool rv = accessor.object()->ppp_class()->HasProperty(
message_channel.cc 237 return WebBindings::hasProperty(NULL, passthrough, name);
  /external/chromium_org/remoting/host/plugin/
host_script_object.h 56 bool HasProperty(const std::string& property_name);
host_script_object.cc 784 bool HostNPScriptObject::HasProperty(const std::string& property_name) {
785 VLOG(2) << "HasProperty " << property_name;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.h 230 bool hasProperty(NPIdentifier) const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 107 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property)
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 193 NPN_HasPropertyProcPtr hasproperty; member in struct:_NPNetscapeFuncs
npruntime.h 308 NPHasPropertyFunctionPtr hasProperty;
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 158 fakeNPNFuncs.hasproperty = NPN_HasProperty;
  /external/chromium_org/v8/src/
handles.h 247 Handle<Object> HasProperty(Handle<JSReceiver> obj, Handle<Object> key);
runtime.js 353 %HasElement(x, this) : %HasProperty(x, %ToName(this));
394 if (%HasProperty(this, string)) return string;
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 141 return bindings->HasProperty(name);
729 bool BrowserPluginBindings::HasProperty(NPIdentifier name) const {
  /external/v8/src/
runtime.js 359 %HasElement(x, this) : %HasProperty(x, %ToString(this));
400 if (%HasProperty(this, string)) return string;
  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 465 MockNPHasPropertyFunction, // NPHasPropertyFunctionPtr hasProperty;
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 330 NPHasPropertyFunctionPtr hasProperty;
npupp.h 557 NPN_HasPropertyUPP hasproperty; member in struct:_NPNetscapeFuncs
  /external/chromium_org/webkit/renderer/
cpp_variant_unittest.cc 486 MockNPHasPropertyFunction, // NPHasPropertyFunctionPtr hasProperty;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 208 'hasScreenPlayback', 'hasScreenBroadcast', 'hasProperty',
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 237 bool HasProperty(const nacl::string& prop_name);

Completed in 761 milliseconds

1 23 4