OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OmniboxPopupModel
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model_unittest.cc
18
OmniboxPopupModel
::ComputeMatchMaxWidths(
28
OmniboxPopupModel
::ComputeMatchMaxWidths(
39
OmniboxPopupModel
::ComputeMatchMaxWidths(
49
OmniboxPopupModel
::ComputeMatchMaxWidths(
52
OmniboxPopupModel
::ComputeMatchMaxWidths(
63
OmniboxPopupModel
::ComputeMatchMaxWidths(
73
OmniboxPopupModel
::ComputeMatchMaxWidths(
84
OmniboxPopupModel
::ComputeMatchMaxWidths(
96
OmniboxPopupModel
::ComputeMatchMaxWidths(
106
OmniboxPopupModel
::ComputeMatchMaxWidths
[
all
...]
omnibox_controller.h
21
class
OmniboxPopupModel
;
56
void set_popup_model(
OmniboxPopupModel
* popup_model) {
62
OmniboxPopupModel
* popup_model() const { return popup_; }
83
OmniboxPopupModel
* popup_;
omnibox_popup_model.cc
24
//
OmniboxPopupModel
26
const size_t
OmniboxPopupModel
::kNoMatch = -1;
28
OmniboxPopupModel
::
OmniboxPopupModel
(
39
OmniboxPopupModel
::~
OmniboxPopupModel
() {
43
void
OmniboxPopupModel
::ComputeMatchMaxWidths(int contents_width,
93
bool
OmniboxPopupModel
::IsOpen() const {
97
void
OmniboxPopupModel
::SetHoveredLine(size_t line) {
115
void
OmniboxPopupModel
::SetSelectedLine(size_t line
[
all
...]
omnibox_popup_model.h
21
class
OmniboxPopupModel
{
29
OmniboxPopupModel
(OmniboxPopupView* popup_view, OmniboxEditModel* edit_model);
30
~
OmniboxPopupModel
();
143
DISALLOW_COPY_AND_ASSIGN(
OmniboxPopupModel
);
omnibox_controller.cc
86
popup_->SetHoveredLine(
OmniboxPopupModel
::kNoMatch);
88
// We don't explicitly clear
OmniboxPopupModel
::manually_selected_match, as
89
// Start ends up invoking
OmniboxPopupModel
::OnResultChanged which clears it.
143
popup_->selected_line_state() ==
OmniboxPopupModel
::KEYWORD)
144
popup_->SetSelectedLineState(
OmniboxPopupModel
::NORMAL);
omnibox_edit_model.h
29
class
OmniboxPopupModel
;
91
void set_popup_model(
OmniboxPopupModel
* popup_model) {
98
OmniboxPopupModel
* popup_model() const {
omnibox_view_browsertest.cc
562
OmniboxPopupModel
* popup_model = omnibox_view->model()->popup_model();
586
OmniboxPopupModel
* popup_model = omnibox_view->model()->popup_model();
646
OmniboxPopupModel
* popup_model = omnibox_view->model()->popup_model();
699
OmniboxPopupModel
* popup_model = omnibox_view->model()->popup_model();
[
all
...]
omnibox_edit_model.cc
621
OmniboxPopupModel
::kNoMatch);
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h
20
class
OmniboxPopupModel
;
77
scoped_ptr<
OmniboxPopupModel
> model_;
/external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc
26
OmniboxPopupModel
* popup_model = omnibox_view->model()->popup_model();