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

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

Completed in 152 milliseconds