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

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DDefaultAudioDestinationNode.cpp70 m_destination->stop();
81 m_destination = AudioDestination::create(*this, m_inputDeviceId, m_numberOfInputChannels, channelCount(), hardwareSampleRate);
93 m_destination->stop();
95 m_destination->start();
104 m_destination->start();
130 m_destination->stop();
132 m_destination->start();
H A DDefaultAudioDestinationNode.h59 OwnPtr<AudioDestination> m_destination; member in class:WebCore::DefaultAudioDestinationNode
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJumpReplacementWatchpoint.cpp41 label.m_label.m_offset = m_destination;
42 m_destination = bitwise_cast<uintptr_t>(linkBuffer.locationOf(label).dataLocation());
48 void* destination = bitwise_cast<void*>(m_destination);
H A DJumpReplacementWatchpoint.h43 , m_destination(std::numeric_limits<uintptr_t>::max())
49 , m_destination(std::numeric_limits<uintptr_t>::max())
62 m_destination = destination.m_label.m_offset;
72 uintptr_t m_destination; member in class:JSC::JumpReplacementWatchpoint
/macosx-10.9.5/WebKit-7537.78.2/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.isolatedCopy();
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 DWebDownloadCurl.cpp132 m_destination = String(path, len);
133 m_download.setDestination(m_destination);
H A DWebDownload.h139 WTF::String m_destination; member in class:WebDownload
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCurlDownload.h97 void setDestination(const String& destination) { m_destination = destination; }
124 String m_destination; member in class:CurlDownload
H A DCurlDownload.cpp290 if (m_destination.isEmpty())
293 ::MoveFile(m_tempPath.charactersWithNullTermination(), m_destination.charactersWithNullTermination());
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_download_job.cpp116 return m_destination;
131 m_destination = destination;
H A Dewk_download_job_private.h83 WKEinaSharedString m_destination; member in class:EwkDownloadJob
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.h103 const String& destination() const { return m_destination; }
138 String m_destination; member in class:WebKit::Download
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSlowPathGenerator.h438 m_destination[i] = destination[i];
448 jit->m_jit.move(m_source[i], m_destination[i]);
453 DestinationType m_destination[numberOfAssignments]; member in class:JSC::DFG::AssigningSlowPathGenerator
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp168 m_destination = destination;

Completed in 225 milliseconds