HomeSort by relevance Sort by last modified time
    Searched defs:ScriptableObject (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.h 23 // a constructor that takes a pointer to a ScriptableObject for when you want
33 class ScriptableObject {
35 ScriptableObject() {}
36 virtual ~ScriptableObject() {}
84 ScriptableObject(const ScriptableObject& other);
85 ScriptableObject& operator=(const ScriptableObject& other);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 42 class ScriptableObject : public Object<ScriptableObject> {
81 *(NPObject**)value = ScriptableObject::create(this);
NPDeallocateCalledBeforeNPShutdown.cpp 51 class ScriptableObject : public Object<ScriptableObject> {
81 *(NPObject**)value = ScriptableObject::create(this);

Completed in 67 milliseconds