Searched refs:Schedule (Results 1 - 18 of 18) 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/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGList.cpp78 void Schedule();
88 /// Schedule - Schedule the DAG using list scheduling.
89 void ScheduleDAGList::Schedule() { function in class:ScheduleDAGList
174 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAGSDNodes.h108 /// Schedule - Order nodes according to selected style, filling
111 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
536 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAGRRList.cpp185 void Schedule();
317 /// Schedule - Schedule the DAG using list scheduling.
318 void ScheduleDAGRRList::Schedule() { function in class:ScheduleDAGRRList
1183 // node is no longer avaialable. Schedule a successor that's now
1278 // priority. If it is not ready put it back. Schedule the node.
1379 // priority. If it is not ready put it back. Schedule the node.
2293 // Schedule physical register definitions close to their use. This is
2481 // 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/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.h197 /// Schedule - Order nodes according to selected style, filling
200 virtual void Schedule() = 0;
H A DPostRASchedulerList.cpp151 /// Schedule - Schedule the instruction range using list scheduling.
153 void Schedule();
259 // Schedule each sequence of instructions not interrupted by a label
304 /// Schedule - Schedule the instruction range using list scheduling.
306 void SchedulePostRATDList::Schedule() { function in class:SchedulePostRATDList
620 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAG.cpp76 Schedule();
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h565 /// Schedule - Order nodes according to selected style, filling
568 virtual void Schedule() = 0;
/external/v8/src/
H A Ddebug.h1038 void Schedule();
H A Ddebug.cc2691 // Schedule this for later, because we may be in non-V8 thread.
2760 dispatch_thread->Schedule();
3158 void MessageDispatchHelperThread::Schedule() { function in class:v8::internal::MessageDispatchHelperThread

Completed in 305 milliseconds