Searched refs:windowObject (Results 1 – 1 of 1) sorted by relevance
| /development/samples/BrowserPlugin/jni/background/ |
| D | BackgroundPlugin.cpp | 370 NPObject* windowObject = NULL; in test_domAccess() local 371 browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in test_domAccess() 373 if (!windowObject) in test_domAccess() 379 browser->getproperty(instance, windowObject, topIdentifier, &topObjectVariant); in test_domAccess() 397 NPObject* windowObject = NULL; in test_javascript() local 398 browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in test_javascript() 400 if (!windowObject) in test_javascript() 411 if (!browser->evaluate(instance, windowObject, &script, &scriptVariant)) in test_javascript()
|