Searched defs:ui_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/events/
H A Dkeyboard_driven_event_rewriter_unittest.cc25 ui::EventType ui_type) {
26 ui::KeyEvent keyevent(ui_type, ui_keycode, ui_flags);
23 GetRewrittenEventAsString(ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type) argument
H A Devent_rewriter_unittest.cc53 ui::EventType ui_type) {
54 return base::StringPrintf("ui_keycode=0x%X ui_flags=0x%X ui_type=%d",
57 ui_type);
68 ui::EventType ui_type) {
69 const ui::KeyEvent event(ui_type, ui_keycode, ui_flags);
51 GetExpectedResultAsString(ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type) argument
65 GetRewrittenEventAsString(chromeos::EventRewriter* rewriter, ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_browsertest.cc408 InstallUIType ui_type,
412 ui_type,
424 InstallUIType ui_type,
430 ui_type,
442 InstallUIType ui_type,
447 ui_type,
459 InstallUIType ui_type,
473 if (ui_type == INSTALL_UI_TYPE_CANCEL) {
475 } else if (ui_type == INSTALL_UI_TYPE_NORMAL) {
478 } else if (ui_type
405 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change) argument
421 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Browser* browser, Extension::InitFromValueFlags creation_flags) argument
439 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source) argument
456 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source, Browser* browser, Extension::InitFromValueFlags creation_flags, bool install_immediately, bool is_ephemeral) argument
[all...]

Completed in 59 milliseconds