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 18 bool is_dialog) {
22 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 90 virtual void OnLearnMoreLinkClicked(bool is_dialog) OVERRIDE {
91 if (is_dialog)
243 // of the delegate should have been called with |is_dialog| == false.
258 // of the delegate should have been called with |is_dialog| == true.
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.cc 133 bool is_dialog = disposition == NEW_POPUP; local
139 java_delegate.obj(), is_dialog, user_gesture);

Completed in 2060 milliseconds