OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PangoContext
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/
pango_util.h
18
typedef struct _PangoContext
PangoContext
;
26
// Creates and returns a
PangoContext
. The caller owns the context.
27
PangoContext
* GetPangoContext();
pango_util.cc
118
PangoContext
* GetPangoContext() {
132
PangoContext
* default_context = GetPangoContext();
282
static
PangoContext
* context = NULL;
/external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc
105
PangoContext
* context = gtk_widget_create_pango_context(widget);
347
PangoContext
* context = gtk_widget_create_pango_context(widget);
[
all
...]
location_bar_view_gtk.cc
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_util.cc
105
PangoContext
* context = gtk_widget_create_pango_context(widget);
271
PangoContext
* context = gtk_widget_create_pango_context(widget);
[
all
...]
location_bar_view_gtk.cc
[
all
...]
Completed in 538 milliseconds