OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OmniboxFocusState
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/common/
omnibox_focus_state.h
9
enum
OmniboxFocusState
{
render_messages.h
125
IPC_ENUM_TRAITS(
OmniboxFocusState
)
311
OmniboxFocusState
/* new_focus_state */,
720
OmniboxFocusState
/* state */)
/external/chromium_org/chrome/browser/ui/search/
instant_ipc_sender.h
37
virtual void FocusChanged(
OmniboxFocusState
state,
instant_ipc_sender.cc
23
virtual void FocusChanged(
OmniboxFocusState
state,
instant_controller.h
70
void OmniboxFocusChanged(
OmniboxFocusState
focus_state,
186
OmniboxFocusState
omnibox_focus_state_;
search_ipc_router.h
43
virtual void FocusOmnibox(
OmniboxFocusState
state) = 0;
167
void OnFocusOmnibox(int page_id,
OmniboxFocusState
state) const;
search_tab_helper.h
157
virtual void FocusOmnibox(
OmniboxFocusState
state) OVERRIDE;
instant_controller.cc
158
OmniboxFocusState
state,
search_ipc_router.cc
153
OmniboxFocusState
state) const {
search_tab_helper_unittest.cc
47
MOCK_METHOD1(FocusOmnibox, void(
OmniboxFocusState
state));
search_tab_helper.cc
403
void SearchTabHelper::FocusOmnibox(
OmniboxFocusState
state) {
413
//
OmniboxFocusState
, the compiler will warn the developer to handle the new
search_ipc_router_unittest.cc
49
MOCK_METHOD1(FocusOmnibox, void(
OmniboxFocusState
state));
[
all
...]
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h
61
OmniboxFocusState
focus_state,
71
OmniboxFocusState
focus_state;
212
OmniboxFocusState
focus_state() const { return focus_state_; }
428
void SetFocusState(
OmniboxFocusState
state, OmniboxFocusChangeReason reason);
438
OmniboxFocusState
focus_state_;
omnibox_edit_model.cc
178
OmniboxFocusState
focus_state,
[
all
...]
/external/chromium_org/chrome/renderer/searchbox/
searchbox.h
119
void OnFocusChanged(
OmniboxFocusState
new_focus_state,
searchbox.cc
331
void SearchBox::OnFocusChanged(
OmniboxFocusState
new_focus_state,
Completed in 856 milliseconds