Searched defs:Start (Results 51 - 75 of 883) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_remove_keys_operation.cc31 void EasyUnlockRemoveKeysOperation::Start() { function in class:chromeos::EasyUnlockRemoveKeysOperation
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_credentials_getter_mac.cc25 virtual void Start(
43 void NetworkingPrivateCredentialsGetterMac::Start( function in class:extensions::NetworkingPrivateCredentialsGetterMac
/external/chromium_org/chrome/browser/extensions/
H A Dblob_reader.cc53 void BlobReader::Start() { function in class:BlobReader
55 fetcher_->Start();
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_fake.cc21 void ExtensionCacheFake::Start(const base::Closure& callback) { function in class:extensions::ExtensionCacheFake
/external/chromium_org/chrome/browser/
H A Dicon_loader.cc24 void IconLoader::Start() { function in class:IconLoader
H A Dimage_decoder.cc28 void ImageDecoder::Start(scoped_refptr<base::SequencedTaskRunner> task_runner) { function in class:ImageDecoder
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister_impl.cc37 void PrivetDeviceListerImpl::Start() { function in class:local_discovery::PrivetDeviceListerImpl
38 device_lister_.Start();
H A Dprivet_device_resolver.cc21 void PrivetDeviceResolver::Start() { function in class:local_discovery::PrivetDeviceResolver
H A Dprivet_http_asynchronous_factory_mac.cc42 void PrivetHTTPAsynchronousFactoryMac::ResolutionMac::Start() { function in class:local_discovery::PrivetHTTPAsynchronousFactoryMac::ResolutionMac
H A Dtest_service_discovery_client.cc18 void TestServiceDiscoveryClient::Start() { function in class:local_discovery::TestServiceDiscoveryClient
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_audio_video_checker.cc27 void SafeAudioVideoChecker::Start() { function in class:SafeAudioVideoChecker
H A Dsafe_itunes_pref_parser_win.cc26 void SafeITunesPrefParserWin::Start() { function in class:itunes::SafeITunesPrefParserWin
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler.cc16 void VariationsRequestScheduler::Start() { function in class:chrome_variations::VariationsRequestScheduler
20 timer_.Start(FROM_HERE, base::TimeDelta::FromHours(kFetchPeriodHours), task_);
34 one_shot_timer_.Start(FROM_HERE,
H A Dvariations_request_scheduler_mobile.cc31 void VariationsRequestSchedulerMobile::Start() { function in class:chrome_variations::VariationsRequestSchedulerMobile
57 // Since Start() launches a one-off execution, we can reuse it here. Also
58 // note that since Start() verifies that the seed needs to be refreshed, we
60 schedule_fetch_timer_.Start(
64 &VariationsRequestSchedulerMobile::Start);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_downloader.cc34 void ProfileAvatarDownloader::Start() { function in class:ProfileAvatarDownloader
39 fetcher_->Start(
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsandboxed_zip_analyzer.cc33 void SandboxedZipAnalyzer::Start() { function in class:safe_browsing::SandboxedZipAnalyzer
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher_timer.cc18 virtual void Start() OVERRIDE;
51 void PanelMouseWatcherTimer::Start() { function in class:PanelMouseWatcherTimer
53 timer_.Start(FROM_HERE,
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.cc54 bool WorkerThreadTicker::Start() { function in class:WorkerThreadTicker
56 // call Start at the same time
60 if (!timer_thread_.Start())
/external/chromium_org/components/omnibox/
H A Dkeyword_extensions_delegate.cc22 bool KeywordExtensionsDelegate::Start(const AutocompleteInput& input, function in class:KeywordExtensionsDelegate
/external/chromium_org/components/sync_driver/
H A Dui_data_type_controller_unittest.cc76 void Start() { function in class:sync_driver::__anon6866::SyncUIDataTypeControllerTest
98 // Start the DTC. Verify that the callback is called with OK, the
101 TEST_F(SyncUIDataTypeControllerTest, Start) {
106 Start();
111 // Start and then stop the DTC. Verify that the service started and stopped
118 Start();
126 // Start the DTC when no user nodes are created. Verify that the callback
134 Start();
142 // Start the DTC, but have the service fail association. Verify the callback
156 Start();
[all...]
/external/chromium_org/content/app/android/
H A Dcontent_main.cc36 static jint Start(JNIEnv* env, jclass clazz) { function in namespace:content
37 TRACE_EVENT0("startup", "content::Start");
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_default.cc53 bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/content/browser/renderer_host/input/
H A Dtimeout_monitor.cc19 void TimeoutMonitor::Start(TimeDelta delay) { function in class:content::TimeoutMonitor
33 // CheckTimedOut handles that that by calling Start with the remaining time.
43 timeout_timer_.Start(FROM_HERE, delay, this, &TimeoutMonitor::CheckTimedOut);
49 Start(delay);
66 Start(time_when_considered_timed_out_ - now);
/external/chromium_org/content/public/test/
H A Dtest_browser_thread.cc59 bool TestBrowserThread::Start() { function in class:content::TestBrowserThread
60 return impl_->Start();
/external/chromium_org/content/renderer/fetchers/
H A Dmanifest_fetcher.cc25 void ManifestFetcher::Start(blink::WebFrame* frame, const Callback& callback) { function in class:content::ManifestFetcher
27 fetcher_->Start(frame,

Completed in 2732 milliseconds

1234567891011>>