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

  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 176 EXPECT_FALSE(result.in_quick_launch_bar);
198 EXPECT_FALSE(result.in_quick_launch_bar);
221 EXPECT_FALSE(result.in_quick_launch_bar);
244 EXPECT_FALSE(result.in_quick_launch_bar);
274 EXPECT_FALSE(result.in_quick_launch_bar);
shell_integration.h 136 bool in_quick_launch_bar; member in struct:ShellIntegration::ShortcutLocations
shell_integration.cc 49 in_quick_launch_bar(false)
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 284 all_shortcut_locations.in_quick_launch_bar = true;
377 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
512 // For Win7+, |in_quick_launch_bar| indicates that we are pinning to
514 creation_locations.in_quick_launch_bar &&
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 215 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
495 shortcut_locations.in_quick_launch_bar = true;
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 383 creation_locations.in_quick_launch_bar = quick_launch_check_box_ == NULL ?
388 creation_locations.in_quick_launch_bar = false;

Completed in 166 milliseconds