HomeSort by relevance Sort by last modified time
    Searched full:haswideseparators (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 279 gboolean hasWideSeparators = FALSE;
282 "wide-separators", &hasWideSeparators,
285 if (hasWideSeparators)
414 gboolean hasWideSeparators = FALSE;
415 gtk_widget_style_get(separator, "wide-separators", &hasWideSeparators, NULL);
416 if (hasWideSeparators)
    [all...]

Completed in 59 milliseconds