/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMeterElement.cpp | 60 return RenderObject::createObject(this, style);
|
HTMLProgressElement.cpp | 63 return RenderObject::createObject(this, style);
|
HTMLPlugInElement.cpp | 174 // class and all superclasses because createObject won't necessarily 177 return RenderObject::createObject(this, style);
|
HTMLFrameSetElement.cpp | 165 return RenderObject::createObject(this, style);
|
HTMLImageElement.cpp | 166 return RenderObject::createObject(this, style);
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 207 return browser->createobject(m_npp, npClass);
|
TestObject.cpp | 179 testObject->testObject = browser->createobject(0, &testClass);
|
PluginObject.cpp | 856 NPObject* object_arg = browser->createobject(obj->npp, obj->header._class); [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asp.php | 70 'CreateObject', 'Write', 'Redirect', 'Cookies', 'BinaryRead', 'ClientCertificate', 'Form', 'QueryString',
|
kixtart.php | 244 'CreateObject',
|
vbnet.php | 101 'COS', 'CREATEOBJECT', 'CSHORT', 'CSTR', 'CURDIR', 'CTYPE', 'CVDATE', 'DATEADD',
|
/external/chromium_org/base/memory/ |
weak_ptr_unittest.cc | 30 base::Bind(OffThreadObjectCreator::CreateObject, &result)); 36 static void CreateObject(T** result) {
|
/external/chromium_org/ppapi/proxy/ |
ppb_var_deprecated_proxy.cc | 250 PP_Var CreateObject(PP_Instance instance, 311 &CreateObject
|
plugin_var_tracker.h | 184 // All objects that the plugin has created using CreateObject that have not
|
ppp_class_proxy.cc | 227 return var->CreateObject(instance_id, &class_interface, object_proxy);
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 670 CreateObjectFunc createObjectFunc = (CreateObjectFunc)lib.GetProc("CreateObject");
673 PrintError("Can not get CreateObject");
|
/frameworks/base/docs/html/training/custom-views/ |
custom-drawing.jd | 19 <li><a href="#createobject">Create Drawing Objects</a></li> 58 <h2 id="createobject">Create Drawing Objects</h2>
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebBindings.h | 64 BLINK_EXPORT static NPObject* createObject(NPP, NPClass*);
|
/external/chromium/webkit/glue/ |
cpp_bound_class.cc | 311 NPObject* np_obj = WebBindings::createObject(0, &CppNPObject::np_class_);
|
/external/chromium_org/content/child/npapi/ |
npobject_proxy.cc | 92 WebBindings::createObject(owner, &npclass_proxy_));
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
CppBoundClass.cpp | 339 NPObject* npObj = WebBindings::createObject(0, &CppNPObject::npClass);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebBindings.cpp | 62 NPObject* WebBindings::createObject(NPP npp, NPClass* npClass)
|
/external/chromium_org/third_party/npapi/bindings/ |
npfunctions.h | 184 NPN_CreateObjectProcPtr createobject; member in struct:_NPNetscapeFuncs
|
/external/chromium_org/third_party/npapi/npspy/common/ |
npp_gate.cpp | 149 fakeNPNFuncs.createobject = NPN_CreateObject;
|
/external/chromium_org/webkit/renderer/ |
cpp_bound_class.cc | 307 NPObject* np_obj = WebBindings::createObject(
|