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

  /external/chromium_org/win8/metro_driver/ime/
input_source_observer.h 12 namespace metro_driver { namespace
24 } // namespace metro_driver
ime_popup_monitor.h 8 namespace metro_driver { namespace
17 } // namespace metro_driver
ime_popup_observer.h 8 namespace metro_driver { namespace
25 } // namespace metro_driver
input_scope.h 13 namespace metro_driver { namespace
20 } // namespace metro_driver
input_source.h 12 namespace metro_driver { namespace
34 } // namespace metro_driver
text_service.h 19 namespace metro_driver { namespace
51 } // namespace metro_driver
text_service_delegate.h 17 namespace metro_driver { namespace
38 } // namespace metro_driver
text_store_delegate.h 19 namespace metro_driver { namespace
53 } // namespace metro_driver
ime_popup_monitor.cc 5 #include "win8/metro_driver/ime/ime_popup_monitor.h"
11 #include "win8/metro_driver/ime/ime_popup_observer.h"
13 namespace metro_driver { namespace
65 GetCurrentProcessId(), // monitor the metro_driver process only
82 } // namespace metro_driver
input_scope.cc 5 #include "win8/metro_driver/ime/input_scope.h"
13 namespace metro_driver { namespace
87 } // namespace metro_driver
input_source.cc 5 #include "win8/metro_driver/ime/input_source.h"
18 #include "win8/metro_driver/ime/input_source_observer.h"
20 namespace metro_driver { namespace
170 } // namespace metro_driver
text_store.h 24 namespace metro_driver { namespace
313 } // namespace metro_driver
text_service.cc 5 #include "win8/metro_driver/ime/text_service.h"
12 #include "win8/metro_driver/ime/text_service_delegate.h"
13 #include "win8/metro_driver/ime/text_store.h"
14 #include "win8/metro_driver/ime/text_store_delegate.h"
19 // On Ash mode, the system keyboard focus is owned by the metro_driver process
21 // Thus the metro_driver basically works as a proxy that simply forwards
22 // keyevents to the metro_driver process. IME support must be involved somewhere
25 // In short, we need to interact with an IME in the metro_driver process since
30 // is in the metro_driver process and the other is in the browser process.
31 // The metro_driver process is responsible for implementing the primary dat
88 namespace metro_driver { namespace
    [all...]
text_store.cc 5 #include "win8/metro_driver/ime/text_store.h"
11 #include "win8/metro_driver/ime/input_scope.h"
12 #include "win8/metro_driver/ime/text_store_delegate.h"
14 namespace metro_driver { namespace
894 } // namespace metro_driver
  /external/chromium_org/win8/metro_driver/
devices_handler.cc 6 #include "win8/metro_driver/devices_handler.h"
10 namespace metro_driver { namespace
23 } // namespace metro_driver
devices_handler.h 11 #include "win8/metro_driver/print_handler.h"
13 namespace metro_driver { namespace
29 } // namespace metro_driver
direct3d_helper.h 14 namespace metro_driver { namespace
42 } // namespace metro_driver
chrome_app_view_ash.h 19 #include "win8/metro_driver/direct3d_helper.h"
20 #include "win8/metro_driver/ime/ime_popup_observer.h"
21 #include "win8/metro_driver/ime/input_source_observer.h"
22 #include "win8/metro_driver/ime/text_service_delegate.h"
33 namespace metro_driver { namespace
57 public metro_driver::ImePopupObserver,
58 public metro_driver::InputSourceObserver,
59 public metro_driver::TextServiceDelegate {
229 metro_driver::Direct3DHelper direct3d_helper_;
244 scoped_ptr<metro_driver::InputSource> input_source_
    [all...]
print_handler.h 14 #include "win8/metro_driver/print_document_source.h"
15 #include "win8/metro_driver/winrt_utils.h"
23 namespace metro_driver { namespace
99 } // namespace metro_driver
print_handler.cc 6 #include "win8/metro_driver/print_handler.h"
14 #include "win8/metro_driver/chrome_app_view.h"
15 #include "win8/metro_driver/winrt_utils.h"
37 namespace metro_driver { namespace
245 FROM_HERE, base::Bind(&metro_driver::PrintHandler::OnShowPrintUI));
454 } // namespace metro_driver
457 metro_driver::PrintHandler::EnablePrinting(!!printing_enabled);
462 metro_driver::PrintHandler::SetPageCount(page_count);
482 metro_driver::PrintHandler::AddPage(page_number, metafile_stream.Get());
489 metro_driver::PrintHandler::ShowPrintUI()
    [all...]
print_document_source.h 19 #include "win8/metro_driver/winrt_utils.h"
33 namespace metro_driver { namespace
162 } // namespace metro_driver
chrome_app_view.h 21 #include "win8/metro_driver/chrome_url_launch_handler.h"
22 #include "win8/metro_driver/devices_handler.h"
23 #include "win8/metro_driver/metro_dialog_box.h"
24 #include "win8/metro_driver/settings_handler.h"
25 #include "win8/metro_driver/toast_notification_handler.h"
124 metro_driver::DevicesHandler devices_handler_;
direct3d_helper.cc 10 #include "win8/metro_driver/direct3d_helper.h"
14 #include "win8/metro_driver/winrt_utils.h"
44 namespace metro_driver { namespace
159 } // namespace metro_driver
chrome_app_view_ash.cc 5 #include "win8/metro_driver/stdafx.h"
6 #include "win8/metro_driver/chrome_app_view_ash.h"
28 #include "win8/metro_driver/file_picker_ash.h"
29 #include "win8/metro_driver/ime/ime_popup_monitor.h"
30 #include "win8/metro_driver/ime/input_source.h"
31 #include "win8/metro_driver/ime/text_service.h"
32 #include "win8/metro_driver/metro_driver.h"
33 #include "win8/metro_driver/winrt_utils.h"
559 text_service_ = metro_driver::CreateTextService(this, core_window_hwnd_)
    [all...]
print_document_source.cc 6 #include "win8/metro_driver/print_document_source.h"
46 namespace metro_driver { namespace
527 } // namespace metro_driver

Completed in 286 milliseconds