Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.cpp484 ItemCount moviePropCount = 0; in load() local
510 movieProps[moviePropCount].propClass = kQTPropertyClass_DataLocation; in load()
511 movieProps[moviePropCount].propID = kQTDataLocationPropertyID_CFURL; in load()
512 movieProps[moviePropCount].propValueSize = sizeof(m_private->m_currentURL); in load()
513 movieProps[moviePropCount].propValueAddress = &(m_private->m_currentURL); in load()
514 movieProps[moviePropCount].propStatus = 0; in load()
515 moviePropCount++; in load()
517 movieProps[moviePropCount].propClass = kQTPropertyClass_MovieInstantiation; in load()
518 movieProps[moviePropCount].propID = kQTMovieInstantiationPropertyID_DontAskUnresolvedDataRefs; in load()
519 movieProps[moviePropCount].propValueSize = sizeof(boolTrue); in load()
[all …]