OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_been_clicked
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc
61
bool
has_been_clicked
= false;
local
63
G_CALLBACK(OnClicked), &
has_been_clicked
);
77
EXPECT_TRUE(
has_been_clicked
);
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc
66
bool
has_been_clicked
= false;
local
68
G_CALLBACK(OnClicked), &
has_been_clicked
);
82
EXPECT_TRUE(
has_been_clicked
);
Completed in 669 milliseconds