HomeSort by relevance Sort by last modified time
    Searched full:is_dialog (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_bubble_delegate.h 11 virtual void OnLearnMoreLinkClicked(bool is_dialog) = 0;
one_click_signin_bubble_links_delegate.cc 17 bool is_dialog) {
21 params.disposition = is_dialog ? NEW_WINDOW : NEW_FOREGROUND_TAB;
one_click_signin_bubble_links_delegate.h 22 virtual void OnLearnMoreLinkClicked(bool is_dialog) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view_unittest.cc 91 virtual void OnLearnMoreLinkClicked(bool is_dialog) OVERRIDE {
92 if (is_dialog)
244 // of the delegate should have been called with |is_dialog| == false.
259 // of the delegate should have been called with |is_dialog| == true.
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.cc 129 bool is_dialog = disposition == NEW_POPUP; local
135 java_delegate.obj(), is_dialog, user_gesture);

Completed in 241 milliseconds