Searched refs:Schedule (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/password_manager/
H A Dpassword_store.cc69 return Schedule(&PasswordStore::GetLoginsImpl, consumer, form);
74 return Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
79 return Schedule(&PasswordStore::GetBlacklistLoginsImpl, consumer);
111 CancelableRequestProvider::Handle PasswordStore::Schedule( function in class:PasswordStore
122 CancelableRequestProvider::Handle PasswordStore::Schedule( function in class:PasswordStore
H A Dpassword_store.h132 // Schedule the given |task| to be run in the PasswordStore's own thread.
169 // Schedule the given |func| to be run in the PasswordStore's own thread with
172 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer);
174 // Schedule the given |func| to be run in the PasswordStore's own thread with
177 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer,
/external/chromium/chrome/browser/history/
H A Dhistory.cc264 return Schedule(PRIORITY_UI, &HistoryBackend::GetMostRecentKeywordSearchTerms,
281 return Schedule(PRIORITY_UI, &HistoryBackend::ProcessDBTask, consumer,
290 return Schedule(PRIORITY_UI, &HistoryBackend::QuerySegmentUsage,
447 return Schedule(PRIORITY_NORMAL, &HistoryBackend::GetPageThumbnail, consumer,
454 Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFavicon, NULL, request,
463 Schedule(PRIORITY_NORMAL, &HistoryBackend::UpdateFaviconMappingAndFetch, NULL,
471 Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFaviconForURL, NULL, request,
508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
520 return Schedule(PRIORITY_NORMAL, &HistoryBackend::CreateDownload, consumer,
529 return Schedule(PRIORITY_NORMA
[all...]
H A Dhistory.h690 // Schedule ------------------------------------------------------------------
697 Handle Schedule(SchedulePriority priority, function in class:HistoryService
712 Handle Schedule(SchedulePriority priority, function in class:HistoryService
732 Handle Schedule(SchedulePriority priority, function in class:HistoryService
754 Handle Schedule(SchedulePriority priority, function in class:HistoryService
/external/chromium/chrome/browser/net/
H A Dsdch_dictionary_fetcher.h35 virtual void Schedule(const GURL& dictionary_url);
38 // Delay in ms between Schedule and actual download.
H A Dsdch_dictionary_fetcher.cc24 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) { function in class:SdchDictionaryFetcher
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java281 protected Schedule getNextSchedule() throws Exception {
283 return new Schedule(0, TimeUnit.SECONDS);
333 protected Schedule getNextSchedule() throws Exception {
336 return new Schedule(0, TimeUnit.SECONDS);
379 protected Schedule getNextSchedule() throws Exception {
380 return new Schedule(delay, unit);
425 protected Schedule getNextSchedule() throws Exception {
429 return new Schedule(delay, unit);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java358 final Schedule schedule = CustomScheduler.this.getNextSchedule();
407 protected static final class Schedule { class in class:AbstractScheduledService.CustomScheduler
416 public Schedule(long delay, TimeUnit unit) { method in class:AbstractScheduledService.CustomScheduler.Schedule
431 protected abstract Schedule getNextSchedule() throws Exception;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp83 void Schedule();
93 /// Schedule - Schedule the DAG using list scheduling.
94 void ScheduleDAGVLIW::Schedule() { function in class:ScheduleDAGVLIW
182 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAGSDNodes.h105 /// Schedule - Order nodes according to selected style, filling
108 virtual void Schedule() = 0;
H A DScheduleDAGFast.cpp78 void Schedule();
110 /// Schedule - Schedule the DAG using list scheduling.
111 void ScheduleDAGFast::Schedule() { function in class:ScheduleDAGFast
531 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAGSDNodes.cpp63 Schedule();
386 // Schedule zero-latency TokenFactor below any nodes that may increase the
H A DScheduleDAGRRList.cpp173 void Schedule();
300 /// Schedule - Schedule the DAG using list scheduling.
301 void ScheduleDAGRRList::Schedule() { function in class:ScheduleDAGRRList
1367 // node is no longer avaialable. Schedule a successor that's now
1462 // priority. If it is not ready put it back. Schedule the node.
2363 // Schedule physical register definitions close to their use. This is
2537 // Schedule as many instructions in each cycle as possible. So don't make an
/external/chromium/net/base/
H A Dsdch_manager.h47 // The Schedule() method is called when there is a need to get a dictionary
50 virtual void Schedule(const GURL& dictionary_url) = 0;
287 // Schedule the URL fetching to load a dictionary. This will always return
H A Dsdch_manager.cc329 fetcher_->Schedule(dictionary_url);
/external/v8/src/
H A Ddebug.h976 void Schedule();
H A Ddebug.cc3023 // Schedule this for later, because we may be in non-V8 thread.
3088 dispatch_thread->Schedule();
3570 void MessageDispatchHelperThread::Schedule() { function in class:v8::internal::MessageDispatchHelperThread

Completed in 896 milliseconds