Searched defs:no_display (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc772 bool no_display) {
777 icon_name, categories, no_display);
787 bool no_display) {
832 if (no_display)
763 GetDesktopFileContents( const base::FilePath& chrome_exe_path, const std::string& app_name, const GURL& url, const std::string& extension_id, const base::string16& title, const std::string& icon_name, const base::FilePath& profile_path, const std::string& categories, bool no_display) argument
780 GetDesktopFileContentsForCommand( const CommandLine& command_line, const std::string& app_name, const GURL& url, const base::string16& title, const std::string& icon_name, const std::string& categories, bool no_display) argument
/external/qemu/android/skin/
H A Dwindow.c947 char no_display; member in struct:SkinWindow
1197 skin_window_create( SkinLayout* slayout, int x, int y, double scale, int no_display )
1236 window->no_display = no_display;
1254 if ( !window->no_display && !SDL_WM_IsFullyVisible(0) ) {
1316 if ( !window->no_display )
1335 if ( !window->no_display ) {

Completed in 166 milliseconds