OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:varscriptableobject
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/tests/
test_var_deprecated.cc
27
class
VarScriptableObject
: public pp::deprecated::ScriptableObject {
29
VarScriptableObject
(TestVarDeprecated* v) : test_var_deprecated_(v) {}
41
bool
VarScriptableObject
::HasMethod(const pp::Var& name, pp::Var* exception) {
47
pp::Var
VarScriptableObject
::Call(const pp::Var& method_name,
87
return new
VarScriptableObject
(this);
Completed in 144 milliseconds