OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_gtk
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.cc
225
bool
use_gtk
= theme_service_ && theme_service_->UseGtkTheme();
local
227
if (
use_gtk
) {
270
gtk_chrome_button_set_use_gtk_rendering(GTK_CHROME_BUTTON(widget()),
use_gtk
);
browser_toolbar_gtk.cc
348
bool
use_gtk
= theme_service_->UseGtkTheme();
local
349
int border =
use_gtk
? 0 : 2;
363
use_gtk
? -1 : toolbar_height);
368
gtk_event_box_set_visible_window(GTK_EVENT_BOX(event_box_),
use_gtk
);
local
370
if (
use_gtk
) {
find_bar_gtk.cc
605
bool
use_gtk
= theme_service_->UseGtkTheme();
local
607
if (
use_gtk
) {
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc
945
bool
use_gtk
= false;
local
947
bool
use_gtk
= theme_service_->UseGtkTheme();
local
1023
bool
use_gtk
= false;
local
1025
bool
use_gtk
= theme_service_->UseGtkTheme();
local
1789
bool
use_gtk
= false;
local
[
all
...]
Completed in 466 milliseconds