HomeSort by relevance Sort by last modified time
    Searched refs:RawInputDataFetcher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.h 54 class RawInputDataFetcher
55 : public base::SupportsWeakPtr<RawInputDataFetcher>,
58 explicit RawInputDataFetcher();
59 ~RawInputDataFetcher();
134 DISALLOW_COPY_AND_ASSIGN(RawInputDataFetcher);
raw_input_data_fetcher_win.cc 33 RawInputDataFetcher::RawInputDataFetcher()
39 RawInputDataFetcher::~RawInputDataFetcher() {
44 void RawInputDataFetcher::WillDestroyCurrentMessageLoop() {
48 RAWINPUTDEVICE* RawInputDataFetcher::GetRawInputDevices(DWORD flags) {
60 void RawInputDataFetcher::StartMonitor() {
66 if (!window_->Create(base::Bind(&RawInputDataFetcher::HandleMessage,
91 void RawInputDataFetcher::StopMonitor() {
112 void RawInputDataFetcher::ClearControllers()
    [all...]
gamepad_platform_data_fetcher_win.h 93 scoped_ptr<RawInputDataFetcher> raw_input_fetcher_;
gamepad_platform_data_fetcher_win.cc 61 raw_input_fetcher_.reset(new RawInputDataFetcher());

Completed in 3971 milliseconds