Home
last modified time | relevance | path

Searched refs:topObjectVariant (Results 1 – 1 of 1) sorted by relevance

/development/samples/BrowserPlugin/jni/background/
DBackgroundPlugin.cpp378 NPVariant topObjectVariant; in test_domAccess() local
379 browser->getproperty(instance, windowObject, topIdentifier, &topObjectVariant); in test_domAccess()
381 if (topObjectVariant.type != NPVariantType_Object) in test_domAccess()
382 … ------ %p Invalid Variant type for DOM Property: %d,%d", instance, topObjectVariant.type, NPVaria… in test_domAccess()