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

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp182 commitLoad(url);
185 void MediaPlayerPrivateQt::commitLoad(const String& url) function in class:WebCore::MediaPlayerPrivateQt
268 commitLoad(m_mediaUrl);
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.cpp292 void DocumentLoader::commitLoad(const char* data, int length) function in class:WebCore::DocumentLoader
333 commitLoad(data, length);
347 commitLoad(resourceData->data(), resourceData->size());
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp299 commitLoad();
302 void MediaPlayerPrivateGStreamer::commitLoad() function in class:WebCore::MediaPlayerPrivateGStreamer
358 commitLoad();
763 // player state will be updated once commitLoad() is called.
1642 commitLoad();

Completed in 102 milliseconds