Home
last modified time | relevance | path

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

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/quicktime/
H A DMovieData.cpp54 CFURLRef movieURL(NULL); in load() local
71 movieURL = CFURLCreateWithString(kCFAllocatorDefault, movieLocation, NULL); in load()
74 newMovieProperties[0].propValueSize = sizeof(movieURL); in load()
75 newMovieProperties[0].propValueAddress = (void*)&movieURL; in load()
87 if (movieURL) CFRelease(movieURL); in load()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/
H A DMovieData.cpp54 CFURLRef movieURL(NULL); in load() local
71 movieURL = CFURLCreateWithString(kCFAllocatorDefault, movieLocation, NULL); in load()
74 newMovieProperties[0].propValueSize = sizeof(movieURL); in load()
75 newMovieProperties[0].propValueAddress = (void*)&movieURL; in load()
87 if (movieURL) CFRelease(movieURL); in load()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp180 KURL movieURL = KURL(KURL(), url); in setUpCookiesForQuickTime() local
182 if (!getRawCookies(frame->document(), movieURL, documentCookies)) in setUpCookiesForQuickTime()
206 urlBuilder.append(movieURL.protocol()); in setUpCookiesForQuickTime()
217 cookieURL = movieURL; in setUpCookiesForQuickTime()
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp267 KURL movieURL = KURL(KURL(), url); in setUpCookiesForQuickTime() local
269 if (!getRawCookies(frame->document(), movieURL, documentCookies)) in setUpCookiesForQuickTime()
293 urlBuilder.append(movieURL.protocol()); in setUpCookiesForQuickTime()
304 cookieURL = movieURL; in setUpCookiesForQuickTime()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m71 NSURL *movieURL; field
162 obj->movieURL = [[NSURL URLWithString:urlString] retain];
365 if (obj->movieURL) {
366 …ictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:obj->movieURL, QTMovieURLAttrib…