OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_ok_button
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.cc
115
bool
has_ok_button
= !!(model_->GetButtons() & ConfirmBubbleModel::BUTTON_OK);
local
118
if (
has_ok_button
|| has_cancel_button) {
128
if (
has_ok_button
) {
Completed in 236 milliseconds