Searched defs:Start (Results 76 - 100 of 816) sorted by relevance

1234567891011>>

/external/chromium_org/net/url_request/
H A Durl_request_redirect_job.cc30 void URLRequestRedirectJob::Start() { function in class:net::URLRequestRedirectJob
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsel_ldr_launcher_chrome.cc13 bool SelLdrLauncherChrome::Start(const char* url) { function in class:plugin::SelLdrLauncherChrome
18 void SelLdrLauncherChrome::Start( function in class:plugin::SelLdrLauncherChrome
/external/chromium_org/remoting/host/
H A Dcontinue_window.cc22 void ContinueWindow::Start( function in class:remoting::ContinueWindow
30 session_expired_timer_.Start(
47 session_expired_timer_.Start(
74 disconnect_timer_.Start(
H A Dipc_audio_capturer.cc21 bool IpcAudioCapturer::Start(const PacketCapturedCallback& callback) { function in class:remoting::IpcAudioCapturer
H A Dipc_input_injector.cc36 void IpcInputInjector::Start( function in class:remoting::IpcInputInjector
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.cc39 cricket::CaptureState RemoteVideoCapturer::Start( function in class:webrtc::RemoteVideoCapturer
43 << "RemoteVideoCapturer::Start called when it's already started.";
47 LOG(LS_INFO) << "RemoteVideoCapturer::Start";
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h56 virtual cricket::CaptureState Start(const cricket::VideoFormat& format) { function in class:webrtc::FakePeriodicVideoCapturer
57 cricket::CaptureState state = FakeVideoCapturer::Start(format);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.cc53 void MediaMonitor::Start(uint32 milliseconds) { function in class:cricket::MediaMonitor
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h39 int Start; member in struct:live_intervals
/external/chromium_org/third_party/re2/util/
H A Dthread.cc25 void Thread::Start() { function in class:Thread
/external/chromium_org/third_party/webrtc/test/
H A Dvideo_capturer.cc25 virtual void Start() {} function in class:webrtc::test::NullCapturer
/external/chromium_org/tools/perf/measurements/
H A Dsmoothness_controller.py28 def Start(self, page, tab): member in class:SmoothnessController
36 # Start the smooth marker for all smooth actions.
H A Dtimeline_controller.py24 def Start(self, page, tab): member in class:TimelineController
39 # Start the smooth marker for all actions.
/external/chromium_org/tools/perf/metrics/
H A Dmedia.py28 def Start(self, page, tab): member in class:MediaMetric
H A Dmemory.py61 def Start(self, page, tab): member in class:MemoryMetric
62 """Start the per-page preparation for this metric.
78 and the values when Start() was called.
80 assert self._histogram_start, 'Must call Start() first'
H A Dstartup_metric.py31 def Start(self, page, tab): member in class:StartupMetric
H A Dv8_object_stats.py201 def Start(self, page, tab): member in class:V8ObjectStatsMetric
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_timeline.py18 """Utility class to Start and Stop recording timeline.
25 This is an alternative to directly calling the Start and Stop methods below.
45 def Start(self): member in class:InspectorTimeline
47 assert not self._is_recording, 'Start should only be called once.'
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_browser_backend.py29 def Start(self): member in class:WebDriverBrowserBackend
/external/chromium_org/tools/traceline/traceline/
H A Drdtsc.h20 void Start() { function in class:RDTSCNormalizer
/external/chromium_org/ui/gfx/animation/
H A Danimation_container.cc27 void AnimationContainer::Start(AnimationContainerElement* element) { function in class:gfx::AnimationContainer
28 DCHECK(elements_.count(element) == 0); // Start should only be invoked if the
89 timer_.Start(FROM_HERE, min_timer_interval_, this, &AnimationContainer::Run);
/external/chromium_org/webkit/browser/quota/
H A Dquota_task.cc25 void QuotaTask::Start() { function in class:quota::QuotaTask
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp4 int Start, End; member in struct:s0
/external/llvm/include/llvm/Support/
H A DSMLoc.h49 SMLoc Start, End; member in class:llvm::SMRange
52 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) {
53 assert(Start.isValid() == End.isValid() &&
54 "Start and end should either both be valid or both be invalid!");
57 bool isValid() const { return Start.isValid(); }
/external/llvm/lib/Support/
H A DStringExtras.cpp41 StringRef::size_type Start = Source.find_first_not_of(Delimiters); local
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
46 return std::make_pair(Source.slice(Start, End), Source.substr(End));

Completed in 628 milliseconds

1234567891011>>