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/content/shell/tools/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 46 class ScriptableObject : public Object<ScriptableObject> {
85 *(NPObject**)value = ScriptableObject::create(this);
NPDeallocateCalledBeforeNPShutdown.cpp 55 class ScriptableObject : public Object<ScriptableObject> {
89 *(NPObject**)value = ScriptableObject::create(this);

Completed in 141 milliseconds