HomeSort by relevance Sort by last modified time
    Searched refs:scriptVariant (Results 1 - 2 of 2) sorted by null

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 450 NPVariant scriptVariant;
451 if (!browser->evaluate(instance, windowObject, &script, &scriptVariant))
454 if (scriptVariant.type == NPVariantType_Int32) {
455 if (scriptVariant.value.intValue != 1234)
456 gLogI.log(kError_ANPLogType, " ------ %p Invalid Value for JS Return: %d,1234", instance, scriptVariant.value.intValue);
458 gLogI.log(kError_ANPLogType, " ------ %p Invalid Variant type for JS Return: %d,%d", instance, scriptVariant.type, NPVariantType_Int32);
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 133 NPVariant scriptVariant;
134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant))

Completed in 152 milliseconds