HomeSort by relevance Sort by last modified time
    Searched full:m_destination (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
DownloadCFWin.cpp 36 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/
DefaultAudioDestinationNode.cpp 58 m_destination = AudioDestination::create(*this, hardwareSampleRate);
68 m_destination->stop();
77 m_destination->start();
DefaultAudioDestinationNode.h 49 double sampleRate() const { return m_destination->sampleRate(); }
56 OwnPtr<AudioDestination> m_destination; member in class:WebCore::DefaultAudioDestinationNode
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 195 // 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...]
WebDownload.h 127 WTF::String m_destination; member in class:WebDownload
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 92 const String& destination() const { return m_destination; }
117 String m_destination; member in class:WebKit::Download
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 131 m_destination = destination;

Completed in 656 milliseconds