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

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 68 gboolean uses_markup = button->uses_markup; local
70 if (!uses_markup) {
92 if (!uses_markup) {
211 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = FALSE;
219 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = TRUE;
gtk_chrome_link_button.h 48 gboolean uses_markup; member in struct:_GtkChromeLinkButton
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 74 gboolean uses_markup = button->uses_markup; local
83 if (!uses_markup) {
111 if (!uses_markup) {
243 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = FALSE;
251 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = TRUE;
gtk_chrome_link_button.h 49 gboolean uses_markup; member in struct:_GtkChromeLinkButton

Completed in 47 milliseconds