HomeSort by relevance Sort by last modified time
    Searched refs:should_show (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/
gappinfo.h 70 * @should_show: Returns whether an application should be shown (e.g. when getting a list of installed applications).
110 gboolean (* should_show) (GAppInfo *appinfo); member in struct:_GAppInfoIface
gappinfo.c 606 return (* iface->should_show) (appinfo);
gwin32appinfo.c 389 iface->should_show = g_win32_app_info_should_show;
gdesktopappinfo.c     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 1946 bool should_show = visible && !sidebar_container_->IsVisible(); local
1996 bool should_show = devtools_contents && !devtools_container_->IsVisible(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 1286 bool should_show = old_devtools == NULL && devtools_contents != NULL; local
    [all...]

Completed in 55 milliseconds