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

/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.cc87 bool is_user_gesture) {
106 !is_user_gesture) {
128 if (is_user_gesture)
82 ShowBubble( views::View* anchor_view, content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type, bool is_user_gesture) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc116 bool is_user_gesture = local
119 (is_user_gesture ? "true" : "false") + "\"" + msg);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1163 bool is_user_gesture) {
1182 error_type, is_user_gesture);
1159 ShowTranslateBubble( content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type, bool is_user_gesture) argument

Completed in 874 milliseconds