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

  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 173 EXPECT_FALSE(result.on_desktop);
193 EXPECT_TRUE(result.on_desktop);
214 EXPECT_FALSE(result.on_desktop);
236 EXPECT_FALSE(result.on_desktop);
264 EXPECT_TRUE(result.on_desktop);
shell_integration_linux.cc 657 locations.on_desktop =
912 if (creation_locations.on_desktop)
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app.h 81 bool on_desktop; member in struct:web_app::ShortcutLocations
web_app_win.cc 284 all_shortcut_locations.on_desktop = true;
573 creation_locations.on_desktop,
web_app.cc 157 : on_desktop(false),
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 322 shortcut_locations.on_desktop = true;
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 377 creation_locations.on_desktop = desktop_check_box_->checked();

Completed in 145 milliseconds