Searched refs:m_destination (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
H A DDownloadCFWin.cpp36 ASSERT(!m_destination.isEmpty());
40 if (::MoveFileExW(m_bundlePath.charactersWithNullTermination(), m_destination.charactersWithNullTermination(), flags))
44 m_destination = retrieveDestinationWithSuggestedFilename(m_destination, m_allowOverwrite);
45 if (m_destination.isEmpty())
50 if (::MoveFileExW(m_bundlePath.charactersWithNullTermination(), m_destination.charactersWithNullTermination(), flags))
51 didCreateDestination(m_destination);
/external/webkit/Source/WebCore/webaudio/
H A DDefaultAudioDestinationNode.cpp58 m_destination = AudioDestination::create(*this, hardwareSampleRate);
68 m_destination->stop();
77 m_destination->start();
H A DDefaultAudioDestinationNode.h49 double sampleRate() const { return m_destination->sampleRate(); }
56 OwnPtr<AudioDestination> m_destination; member in class:WebCore::DefaultAudioDestinationNode
/external/webkit/Source/WebKit/win/
H A DWebDownloadCFNet.cpp195 // Failing that, we clear m_destination and will ask the delegate later once the download starts
197 m_destination = m_bundlePath.threadsafeCopy();
198 m_destination.truncate(m_destination.length() - DownloadBundle::fileExtension().length());
200 m_destination = String();
243 if (m_destination.isEmpty()) {
289 m_destination = String(path, SysStringLen(path));
290 m_bundlePath = m_destination + DownloadBundle::fileExtension();
457 ASSERT(!m_destination.isEmpty());
459 BString path(m_destination);
[all...]
H A DWebDownload.h127 WTF::String m_destination; member in class:WebDownload
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.h92 const String& destination() const { return m_destination; }
117 String m_destination; member in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp131 m_destination = destination;

Completed in 142 milliseconds