HomeSort by relevance Sort by last modified time
    Searched defs:Stop (Results 376 - 400 of 410) sorted by null

<<11121314151617

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 1046 Stop();
1049 void CDsa::Stop()
1059 Stop();
dsa_old.cpp 807 Stop();
810 void CDsa::Stop()
820 Stop();
dsa.cpp 242 void Stop();
330 Stop();
343 void CDsaBase::Stop()
345 CDsa::Stop();
1111 Stop();
1115 void CDsa::Stop()
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 532 void Stop(Browser* browser) {
533 content::RecordAction(UserMetricsAction("Stop"));
534 browser->tab_strip_model()->GetActiveWebContents()->Stop();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 316 cpu_monitor_->Stop();
    [all...]
webrtcvoiceengine.cc 300 // Must stop playing the current sound (if any), because we are about to
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 266 void Stop() {
753 ch1.Stop();
754 ch2.Stop();
778 ch1->Stop();
779 ch2->Stop();
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 56 void Stop(Instruction* instr);
103 void MipsDebugger::Stop(Instruction* instr) {
104 // Get the stop code.
106 // Retrieve the encoded address, which comes just after this stop.
112 // Update this stop description.
137 void MipsDebugger::Stop(Instruction* instr) {
138 // Get the stop code.
140 // Retrieve the encoded address, which comes just after this stop.
143 // Update this stop description.
591 } else if (strcmp(cmd, "stop") == 0)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 282 ExynosVideoErrorType (*Stop)(void *pHandle);
306 ExynosVideoErrorType (*Stop)(void *pHandle);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 847 hang_monitor_timeout_->Stop();
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 38 void Stop(Instruction* instr);
83 void ArmDebugger::Stop(Instruction* instr) {
84 // Get the stop code.
86 // Retrieve the encoded address, which comes just after this stop.
92 // Update this stop description.
115 void ArmDebugger::Stop(Instruction* instr) {
116 // Get the stop code.
118 // Retrieve the encoded address, which comes just after this stop.
121 // Update this stop description.
125 // Print the stop message and code if it is not the default code
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 585 Stop,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbdep.h 288 virtual HRESULT WINAPI Stop(void) = 0;
297 HRESULT (WINAPI *Stop)(IRowsetAsynch *This);
308 #define IRowsetAsynch_Stop(This) (This)->lpVtbl->Stop(This)
    [all...]
iiisext.h 150 virtual HRESULT WINAPI Stop(void) = 0;
178 HRESULT (WINAPI *Stop)(IISApplicationPool *This);
208 #define IISApplicationPool_Stop(This) (This)->lpVtbl->Stop(This)
    [all...]
control.h 185 virtual HRESULT WINAPI Stop(void) = 0;
205 HRESULT (WINAPI *Stop)(IMediaControl *This);
227 #define IMediaControl_Stop(This) (This)->lpVtbl->Stop(This)
    [all...]
agtctl.h     [all...]
agtsvr.h     [all...]
exdisp.h 249 virtual HRESULT WINAPI Stop(void) = 0;
285 HRESULT (WINAPI *Stop)(IWebBrowser *This);
323 #define IWebBrowser_Stop(This) (This)->lpVtbl->Stop(This)
472 HRESULT (WINAPI *Stop)(IWebBrowserApp *This);
530 #define IWebBrowserApp_Stop(This) (This)->lpVtbl->Stop(This)
    [all...]
ks.h 423 LONGLONG Stop;
    [all...]
netmon.h     [all...]
shobjidl.h     [all...]
tapi3if.h     [all...]
iads.h     [all...]
strmif.h     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 1470 milliseconds

<<11121314151617