Searched refs:_tempFile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DTempFile.js230 this._tempFile = null;
250 if (this._tempFile && !this._isWriting)
261 callback(this._tempFile);
268 this._tempFile = tempFile;
287 this._tempFile.write(chunks, this._didWriteChunk.bind(this));
294 this._tempFile = null;
308 if (this._tempFile)
309 this._tempFile.finishWriting();
311 this._finishCallback(this._tempFile);
329 if (!this._tempFile) {
[all...]
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h14 NWindows::NFile::NDirectory::CTempFile _tempFile; member in class:CInOutTempBuffer
H A DInOutTempBuffer.cpp48 if (_tempFile.Create(tempDirPath, kTempFilePrefixString, _tempFileName) == 0)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileView.js686 this._tempFile = null;
805 } else if (this._tempFile) {
806 this._tempFile.read(didRead);
868 this._tempFile = tempFile;
H A DProfilesPanel.js378 if (this._tempFile)
379 this._tempFile.remove();
H A DHeapSnapshotView.js1493 this._tempFile = tempFile;
1614 } else if (this._tempFile) {
1616 this._tempFile.writeToOutputSteam(fileOutputStream, delegate);

Completed in 404 milliseconds