HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium/chrome/browser/autocomplete/
builtin_provider.cc 26 void BuiltinProvider::Start(const AutocompleteInput& input,
  /external/chromium/chrome/browser/
icon_loader.cc 27 void IconLoader::Start() {
31 // This call must happen on the UI thread before we can start loading icons.
  /external/chromium/chrome/browser/chromeos/login/
image_decoder.cc 19 void ImageDecoder::Start() {
  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 14 void ChangeProcessor::Start(Profile* profile,
  /external/chromium/net/url_request/
url_request_error_job.cc 21 void URLRequestErrorJob::Start() {
url_request_redirect_job.cc 18 void URLRequestRedirectJob::Start() {
url_request_about_job.cc 27 void URLRequestAboutJob::Start() {
28 // Start reading asynchronously so that all error reporting and data
url_request_simple_job.cc 20 void URLRequestSimpleJob::Start() {
21 // Start reading asynchronously so that all error reporting and data
  /external/chromium/base/
task_unittest.cc 15 void Start() {
46 cancel_in_destructor->Start();
  /external/chromium/chrome/browser/extensions/
file_reader.cc 19 void FileReader::Start() {
pack_extension_job.cc 24 void PackExtensionJob::Start() {
  /external/chromium/chrome/browser/net/
url_request_failed_dns_job.cc 23 void URLRequestFailedDnsJob::Start() {
url_request_slow_http_job.cc 52 void URLRequestSlowHTTPJob::Start() {
53 delay_timer_.Start(TimeDelta::FromMilliseconds(kDelayMs), this,
61 URLRequestMockHTTPJob::Start();
  /external/v8/src/
counters.cc 48 // Start the timer.
49 void StatsCounterTimer::Start() {
62 // Compute the delta between start and stop, in milliseconds.
67 // Start the timer.
68 void HistogramTimer::Start() {
80 // Compute the delta between start and stop, in milliseconds.
  /external/chromium/chrome/browser/debugger/
devtools_protocol_handler.cc 17 scoped_refptr<DevToolsProtocolHandler> DevToolsProtocolHandler::Start(
30 proto_handler->Start();
47 void DevToolsProtocolHandler::Start() {
  /external/chromium/chrome/browser/download/
drag_download_file.cc 61 bool DragDownloadFile::Start(ui::DownloadFileObserver* observer) {
save_item.cc 35 // Set start state for save item.
36 void SaveItem::Start() {
82 // b) Error happened before the start of saving process. So no |save_id_| is
84 // c) Error happened in the start of saving process, the SaveItem has a save
  /external/chromium/chrome/browser/ui/
browser_init.h 36 bool Start(const CommandLine& cmd_line, const FilePath& cur_dir,
43 // starts as well as when we get a start request from another process (via the
139 // If the app is specified to start in a tab, or IsAppLaunch is false,
  /external/chromium/chrome/common/
worker_thread_ticker.cc 74 bool WorkerThreadTicker::Start() {
76 // call Start at the same time
80 if (!timer_thread_.Start())
  /external/chromium/net/http/
http_response_body_drainer.cc 27 void HttpResponseBodyDrainer::Start(HttpNetworkSession* session) {
33 timer_.Start(base::TimeDelta::FromSeconds(kTimeoutInSeconds),
  /external/chromium/third_party/libjingle/source/talk/base/
signalthread.cc 64 void SignalThread::Start() {
70 worker_.Start();
139 // Start() again.
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 56 void Console::Start() {
59 LOG(LS_ERROR) << "Cannot re-start";
66 console_thread_->Start();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
audiomonitor.cc 51 void AudioMonitor::Start(int milliseconds) {
108 // Signal the monitoring thread, start another poll timer
mediamonitor.cc 54 void MediaMonitor::Start(uint32 milliseconds) {
104 // Signal the monitoring thread, start another poll timer
  /external/clang/lib/Analysis/
FormatStringParsing.h 31 const char *Start, const char *&Beg,
36 const char *Start, const char *&Beg, const char *E,
40 FormatSpecifier &CS, const char *Start,
49 const char *Start;
53 : Start(0), Stop(stop) {}
54 SpecifierResult(const char *start,
56 : FS(fs), Start(start), Stop(false) {}
58 const char *getStart() const { return Start; }
60 bool hasValue() const { return Start != 0;
    [all...]

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 9