Searched refs:Start (Results 226 - 250 of 2999) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler.h23 virtual void Start();
H A Dvariations_request_scheduler_mobile.h26 virtual void Start() OVERRIDE;
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager_win.cc48 first_run_balloon_timer_.Start(
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.h34 virtual void Start(const scoped_refptr<base::RefCountedMemory>& data,
39 // PDF provided in Start() call.
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Ddelayed_callback_runner.h22 // the first callback will be run some time after Start() is invoked). Callbacks
23 // are deleted after they are run. Start() is idempotent: calling it while the
38 void Start();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.h46 virtual void Start(const std::string& supervised_user_id,
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Domnibox_provider.h27 virtual void Start(const base::string16& query) OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher.h49 // Start/stop tracking mouse movements.
50 virtual void Start() = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dweb_contents_close_handler.cc54 timer_.Start(FROM_HERE, base::TimeDelta::FromMilliseconds(500),
/external/chromium_org/chrome/browser/web_resource/
H A Djson_asynchronous_unpacker.h38 // Start the decoding. The concrete implementation should delete itself after
40 virtual void Start(const std::string& json_data) = 0;
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher.h35 void Start();
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.h22 bool Start();
/external/chromium_org/components/metrics/
H A Dmetrics_reporting_scheduler.h24 void Start();
63 // Indicates that the scheduler is running (i.e., that Start has been called
/external/chromium_org/components/omnibox/
H A Dkeyword_extensions_delegate.h35 // Handles the extensions portion of KeywordProvider::Start().
41 virtual bool Start(const AutocompleteInput& input,
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_android.cc21 bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/content/child/
H A Dresource_loader_bridge.h42 // Call this method before calling Start() to set the request body.
48 virtual bool Start(RequestPeer* peer) = 0;
57 // method may only be called after a successful call to the Start method.
61 // Start() has been called. This method may only be called after a successful
62 // call to the Start method.
72 // This is an alternative to the Start method. Be warned that this method
/external/chromium_org/content/public/test/
H A Dnested_message_pump_android.h25 virtual void Start(Delegate* delegate) OVERRIDE;
/external/chromium_org/content/renderer/fetchers/
H A Dmanifest_fetcher.h27 // caller need to call Start() and wait for the passed callback to be executed.
41 void Start(blink::WebFrame* frame, const Callback& callback);
/external/chromium_org/content/renderer/media/
H A Dvideo_frame_provider.h27 // Start to provide video frames to the caller.
28 virtual void Start() = 0;
/external/chromium_org/extensions/browser/
H A Dfile_reader.cc20 void FileReader::Start() { function in class:FileReader
H A Dfile_reader.h32 void Start();
/external/chromium_org/extensions/browser/updater/
H A Dsafe_manifest_parser.h33 void Start();
/external/chromium_org/extensions/shell/browser/
H A Ddefault_shell_browser_main_delegate.cc22 void DefaultShellBrowserMainDelegate::Start( function in class:extensions::DefaultShellBrowserMainDelegate
/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_fetcher.h20 // * Call Start()
22 // thread Start was called with the results.
37 virtual void Start(const std::string& client_id,
/external/chromium_org/google_apis/gcm/engine/
H A Dheartbeat_manager.h27 // Start the heartbeat logic.
30 void Start(const base::Closure& send_heartbeat_callback,
33 // Stop the timer. Start(..) must be called again to begin sending heartbeats

Completed in 529 milliseconds

1234567891011>>