OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelectedKeywordView
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc
16
SelectedKeywordView
::
SelectedKeywordView
(const int background_images[],
26
SelectedKeywordView
::~
SelectedKeywordView
() {
29
void
SelectedKeywordView
::SetFont(const gfx::Font& font) {
35
gfx::Size
SelectedKeywordView
::GetPreferredSize() {
41
gfx::Size
SelectedKeywordView
::GetMinimumSize() {
47
void
SelectedKeywordView
::Layout() {
53
void
SelectedKeywordView
::SetKeyword(const string16& keyword) {
selected_keyword_view.h
20
//
SelectedKeywordView
displays the tab-to-search UI in the location bar view.
21
class
SelectedKeywordView
: public IconLabelBubbleView {
23
SelectedKeywordView
(const int background_images[],
27
virtual ~
SelectedKeywordView
();
56
DISALLOW_IMPLICIT_CONSTRUCTORS(
SelectedKeywordView
);
/external/chromium_org/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc
25
SelectedKeywordView
::
SelectedKeywordView
(const gfx::FontList& font_list,
39
SelectedKeywordView
::~
SelectedKeywordView
() {
42
gfx::Size
SelectedKeywordView
::GetPreferredSize() {
47
gfx::Size
SelectedKeywordView
::GetMinimumSize() {
52
void
SelectedKeywordView
::Layout() {
58
void
SelectedKeywordView
::SetKeyword(const base::string16& keyword) {
selected_keyword_view.h
20
//
SelectedKeywordView
displays the tab-to-search UI in the location bar view.
21
class
SelectedKeywordView
: public IconLabelBubbleView {
23
SelectedKeywordView
(const gfx::FontList& font_list,
27
virtual ~
SelectedKeywordView
();
52
DISALLOW_COPY_AND_ASSIGN(
SelectedKeywordView
);
Completed in 557 milliseconds