Searched defs:sourceContext (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKit/win/
H A DWebSerializedJSValue.cpp83 HRESULT WebSerializedJSValue::serialize(JSContextRef sourceContext, JSValueRef value, JSValueRef* exception) argument
86 ASSERT_ARG(sourceContext, sourceContext);
88 if (!value || !sourceContext)
91 m_value = SerializedScriptValue::create(sourceContext, value, exception);
/external/opencore/engines/player/test/src/
H A Dtest_pv_player_engine_testset7.cpp4753 PVInterface* sourceContext = NULL; local
4755 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
4758 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
4773 sourceContext = NULL;
4775 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
4778 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
9507 PVInterface* sourceContext = NULL; local
9509 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
9512 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
9525 sourceContext
[all...]
H A Dtest_pv_player_engine_testset10.cpp351 PVInterface* sourceContext = NULL; local
353 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
356 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
384 PVInterface* sourceContext = NULL; local
386 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
389 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
H A Dtest_pv_player_engine_testset11.cpp356 PVInterface* sourceContext = NULL; local
358 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
361 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
388 PVInterface* sourceContext = NULL; local
390 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
393 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
H A Dtest_pv_player_engine_testset12.cpp351 PVInterface* sourceContext = NULL; local
353 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
356 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
386 PVInterface* sourceContext = NULL; local
388 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
391 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
H A Dtest_pv_player_engine_testset13.cpp375 PVInterface* sourceContext = NULL; local
377 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
380 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
407 PVInterface* sourceContext = NULL; local
409 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
412 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
2580 PVInterface* sourceContext = NULL; local
2582 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
2585 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
2612 PVInterface* sourceContext local
4799 PVInterface* sourceContext = NULL; local
4831 PVInterface* sourceContext = NULL; local
6945 PVInterface* sourceContext = NULL; local
6977 PVInterface* sourceContext = NULL; local
9096 PVInterface* sourceContext = NULL; local
9129 PVInterface* sourceContext = NULL; local
11362 PVInterface* sourceContext = NULL; local
11396 PVInterface* sourceContext = NULL; local
13806 PVInterface* sourceContext = NULL; local
13839 PVInterface* sourceContext = NULL; local
16064 PVInterface* sourceContext = NULL; local
16096 PVInterface* sourceContext = NULL; local
[all...]
H A Dtest_pv_player_engine_testset6.cpp189 PVInterface* sourceContext = NULL; local
191 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
194 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
247 PVInterface* sourceContext = NULL; local
249 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
252 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
267 PVInterface* sourceContext = NULL; local
269 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
272 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
303 PVInterface* sourceContext local
7112 PVInterface* sourceContext = NULL; local
[all...]
H A Dtest_pv_player_engine_testset9.cpp356 PVInterface* sourceContext = NULL; local
358 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
361 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
388 PVInterface* sourceContext = NULL; local
390 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
393 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
H A Dtest_pv_player_engine_testset_cpmdlapassthru.cpp350 PVInterface* sourceContext = NULL; local
352 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
355 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
H A Dtest_pv_player_engine_testset1.cpp8714 PVInterface* sourceContext = NULL; local
8716 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
8719 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
8732 sourceContext = NULL;
8734 if (iSourceContextData->queryInterface(downloadContextUuid, sourceContext))
8737 OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, sourceContext);
16176 PVInterface* sourceContext = NULL; local
16178 if (iSourceContextData->queryInterface(streamingContextUuid, sourceContext))
16181 OSCL_STATIC_CAST(PVMFSourceContextDataStreaming*, sourceContext);
16194 sourceContext
16829 PVInterface* sourceContext = NULL; local
[all...]

Completed in 179 milliseconds