HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 101 - 125 of 814) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler.cc 16 void VariationsRequestScheduler::Start() {
20 timer_.Start(FROM_HERE, base::TimeDelta::FromHours(kFetchPeriodHours), task_);
34 one_shot_timer_.Start(FROM_HERE,
  /external/chromium_org/chrome/browser/network_time/
network_time_tracker.cc 16 // Start
100 void NetworkTimeTracker::Start() {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.cc 21 void NotificationBitmapFetcher::Start(Profile* profile) {
29 url_fetcher_->Start();
49 // Call start to begin decoding. The ImageDecoder will call OnImageDecoded
54 image_decoder_->Start(task_runner);
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.cc 34 void SandboxedZipAnalyzer::Start() {
  /external/chromium_org/chrome/browser/
safe_json_parser.cc 21 void SafeJsonParser::Start() {
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner.cc 35 void SyncableFileOperationRunner::Task::Start(LocalFileSyncStatus* status) {
84 task->Start(sync_status());
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
json_response_fetcher.cc 30 void JSONResponseFetcher::Start(const GURL& query_url) {
40 fetcher_->Start();
87 parser->Start();
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_controller.cc 85 void SearchController::Start() {
95 (*it)->Start(query);
103 stop_timer_.Start(FROM_HERE,
  /external/chromium_org/chrome/browser/ui/panels/
panel_mouse_watcher_timer.cc 18 virtual void Start() OVERRIDE;
51 void PanelMouseWatcherTimer::Start() {
53 timer_.Start(FROM_HERE,
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 40 bool Start(const CommandLine& cmd_line,
50 // start up (for example when we get a start request for another process).
  /external/chromium_org/chrome/common/
worker_thread_ticker.cc 54 bool WorkerThreadTicker::Start() {
56 // call Start at the same time
60 if (!timer_thread_.Start())
  /external/chromium_org/chrome_frame/
chrome_protocol.cc 14 STDMETHODIMP ChromeProtocol::Start(LPCWSTR url,
  /external/chromium_org/chromeos/process_proxy/
process_output_watcher.cc 51 void ProcessOutputWatcher::Start() {
  /external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.cc 42 void UserInfoFetcher::Start(const std::string& access_token) {
43 // Create a URLFetcher and start it.
51 url_fetcher_->Start(); // Results in a call to OnURLFetchComplete().
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_mac.cc 119 bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) {
  /external/chromium_org/content/browser/download/
save_item.cc 36 // Set start state for save item.
37 void SaveItem::Start() {
83 // b) Error happened before the start of saving process. So no |save_id_| is
85 // c) Error happened in the start of saving process, the SaveItem has a save
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_lookup_request.h 36 void Start() {
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.cc 16 bool EmbeddedWorkerInstance::Start(
  /external/chromium_org/content/public/test/
test_browser_thread.cc 59 bool TestBrowserThread::Start() {
60 return impl_->Start();
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.cc 42 Start(url, frame, target_type);
53 timeout_timer_.Start(FROM_HERE, timeout, this,
57 void ResourceFetcherImpl::Start(const GURL& url, WebFrame* frame,
  /external/chromium_org/content/renderer/media/
rtc_video_capturer.cc 25 cricket::CaptureState RtcVideoCapturer::Start(
27 DVLOG(3) << " RtcVideoCapturer::Start ";
148 // means that the capturer failed to start. But here and in libjingle it
rtc_video_renderer.cc 29 void RTCVideoRenderer::Start() {
webaudio_capturer_source.cc 62 void WebAudioCapturerSource::Start(
  /external/chromium_org/media/audio/
fake_audio_output_stream.cc 37 void FakeAudioOutputStream::Start(AudioSourceCallback* callback) {
40 fake_consumer_.Start(base::Bind(
null_audio_sink.cc 32 void NullAudioSink::Start() {
52 fake_consumer_->Start(base::Bind(

Completed in 1733 milliseconds

1 2 3 45 6 7 8 91011>>