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

/external/chromium_org/chrome/browser/chromeos/
H A Dkeyboard_driven_event_rewriter_unittest.cc23 ui::EventType ui_type,
27 ui::InitXKeyEventForTesting(ui_type,
52 ui::EventType ui_type,
56 InitXKeyEvent(ui_keycode, ui_flags, ui_type, x_keycode, x_state, &xev);
21 InitXKeyEvent(ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type, KeyCode x_keycode, unsigned int x_state, XEvent* event) argument
50 GetRewrittenEventAsString(ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type, KeyCode x_keycode, unsigned int x_state) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_browsertest.cc197 InstallUIType ui_type,
199 return InstallOrUpdateExtension(id, path, ui_type, expected_change,
205 InstallUIType ui_type,
222 if (ui_type == INSTALL_UI_TYPE_CANCEL)
224 else if (ui_type == INSTALL_UI_TYPE_NORMAL)
226 else if (ui_type == INSTALL_UI_TYPE_AUTO_CONFIRM)
195 InstallOrUpdateExtension(const std::string& id, const FilePath& path, InstallUIType ui_type, int expected_change) argument
203 InstallOrUpdateExtension(const std::string& id, const FilePath& path, InstallUIType ui_type, int expected_change, Profile* profile) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_browsertest.cc367 InstallUIType ui_type,
369 return InstallOrUpdateExtension(id, path, ui_type, expected_change,
376 InstallUIType ui_type,
380 return InstallOrUpdateExtension(id, path, ui_type, expected_change,
388 InstallUIType ui_type,
391 return InstallOrUpdateExtension(id, path, ui_type, expected_change,
398 InstallUIType ui_type,
410 if (ui_type == INSTALL_UI_TYPE_CANCEL) {
412 } else if (ui_type == INSTALL_UI_TYPE_NORMAL) {
415 } else if (ui_type
364 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change) argument
373 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Browser* browser, bool from_webstore) argument
385 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source) argument
395 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source, Browser* browser, bool from_webstore, bool wait_for_idle) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Devent_rewriter_unittest.cc34 ui::EventType ui_type,
38 ui::InitXKeyEventForTesting(ui_type,
49 ui::EventType ui_type,
53 InitXKeyEvent(ui_keycode, ui_flags, ui_type, x_keycode, x_state, &xev);
57 "ui_keycode=%d ui_flags=%d ui_type=%d x_keycode=%u x_state=%u x_type=%d",
64 ui::EventType ui_type,
69 "ui_keycode=%d ui_flags=%d ui_type=%d x_keycode=%u x_state=%u x_type=%d",
70 ui_keycode, ui_flags, ui_type, x_keycode, x_state, x_type);
2283 "ui_keycode=%d ui_flags=%d ui_type=%d "
32 InitXKeyEvent(ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type, KeyCode x_keycode, unsigned int x_state, XEvent* event) argument
46 GetRewrittenEventAsString(EventRewriter* rewriter, ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type, KeyCode x_keycode, unsigned int x_state) argument
62 GetExpectedResultAsString(ui::KeyboardCode ui_keycode, int ui_flags, ui::EventType ui_type, KeyCode x_keycode, unsigned int x_state, int x_type) argument

Completed in 769 milliseconds