Home
last modified time | relevance | path

Searched refs:old_source (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebrtc_audio_capturer.cc292 scoped_refptr<media::AudioCapturerSource> old_source; in SetCapturerSource() local
299 source_.swap(old_source); in SetCapturerSource()
308 if (old_source.get()) in SetCapturerSource()
309 old_source->Stop(); in SetCapturerSource()
/external/chromium/chrome/browser/sync/sessions/
Dsync_session.cc94 SyncSourceInfo old_source = source_; in TestAndSetSource() local
98 return old_source; in TestAndSetSource()
/external/v8/src/
Dliveedit-debugger.js56 var old_source = script.source;
59 var old_compile_info = GatherCompileInfo(old_source, script);
127 old_len: old_source.length,
983 var old_source = script.source;
984 var diff = CompareStrings(old_source, new_source);
1005 var old_source = script.source;
1008 var new_source = old_source.substring(0, change_pos) +
1009 new_str + old_source.substring(change_pos + change_len);
/external/chromium_org/v8/src/
Dliveedit-debugger.js58 var old_source = script.source;
61 var old_compile_info = GatherCompileInfo(old_source, script);
139 old_len: old_source.length,
1031 var old_source = script.source;
1032 var diff = CompareStrings(old_source, new_source);
1053 var old_source = script.source;
1056 var new_source = old_source.substring(0, change_pos) +
1057 new_str + old_source.substring(change_pos + change_len);
/external/chromium_org/courgette/
Dcourgette_tool.cc272 courgette::SourceStream old_source; in DisassembleAdjustDiff() local
274 old_source.Init(old_stream ? *old_stream : empty_sink); in DisassembleAdjustDiff()
278 courgette::CreateBinaryPatch(&old_source, &new_source, &patch_stream); in DisassembleAdjustDiff()
/external/chromium_org/ui/base/clipboard/
Dclipboard_win.cc337 HBITMAP old_source = (HBITMAP)SelectObject(source_dc, source_hbitmap); in WriteBitmapFromHandle() local
346 ::SelectObject(source_dc, old_source); in WriteBitmapFromHandle()
348 ::DeleteObject(old_source); in WriteBitmapFromHandle()
/external/mksh/src/
Dmain.c763 Source *volatile old_source = source; in shell() local
803 source = old_source; in shell()
809 source = old_source; in shell()
866 source = old_source; in shell()
/external/chromium_org/gpu/command_buffer/service/
Dmemory_program_cache_unittest.cc505 const std::string old_source = in TEST_F() local
536 old_source, in TEST_F()