OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_show_bubble
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/content/browser/
autocheckout_manager.h
78
void set_should_show_bubble(bool
should_show_bubble
) {
79
should_show_bubble_ =
should_show_bubble
;
91
bool
should_show_bubble
() const { return should_show_bubble_; }
function in class:autofill::AutocheckoutManager
autocheckout_manager_unittest.cc
413
using AutocheckoutManager::
should_show_bubble
;
708
EXPECT_FALSE(autocheckout_manager_->
should_show_bubble
());
711
EXPECT_TRUE(autocheckout_manager_->
should_show_bubble
());
773
EXPECT_FALSE(autocheckout_manager_->
should_show_bubble
());
[
all
...]
Completed in 2067 milliseconds