Searched refs:is_dialog (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_bubble_delegate.h11 virtual void OnLearnMoreLinkClicked(bool is_dialog) = 0;
H A Done_click_signin_bubble_links_delegate.cc18 bool is_dialog) {
22 params.disposition = is_dialog ? NEW_WINDOW : NEW_FOREGROUND_TAB;
17 OnLearnMoreLinkClicked( bool is_dialog) argument
H A Done_click_signin_bubble_links_delegate.h22 virtual void OnLearnMoreLinkClicked(bool is_dialog) OVERRIDE;
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc133 bool is_dialog = disposition == NEW_POPUP; local
139 java_delegate.obj(), is_dialog, user_gesture);
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view_unittest.cc89 virtual void OnLearnMoreLinkClicked(bool is_dialog) OVERRIDE {
90 if (is_dialog)
242 // of the delegate should have been called with |is_dialog| == false.
257 // of the delegate should have been called with |is_dialog| == true.

Completed in 110 milliseconds