OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omnibox_font
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/searchbox/
searchbox.h
99
const string16&
omnibox_font
() const { return omnibox_font_; }
function in class:SearchBox
111
void OnFontInformationReceived(const string16&
omnibox_font
,
searchbox.cc
337
void SearchBox::OnFontInformationReceived(const string16&
omnibox_font
,
339
omnibox_font_ =
omnibox_font
;
searchbox_extension.cc
544
UTF16ToV8String(SearchBox::Get(render_view)->
omnibox_font
()));
[
all
...]
/external/chromium_org/chrome/browser/ui/search/
instant_page.cc
66
const gfx::Font&
omnibox_font
=
local
70
const gfx::Font&
omnibox_font
=
74
sender()->SetFontInformation(UTF8ToUTF16(
omnibox_font
.GetFontName()),
75
omnibox_font
.GetFontSize());
Completed in 24 milliseconds