OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_quick_launch_bar
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc
177
EXPECT_FALSE(result.
in_quick_launch_bar
);
197
EXPECT_FALSE(result.
in_quick_launch_bar
);
218
EXPECT_FALSE(result.
in_quick_launch_bar
);
239
EXPECT_FALSE(result.
in_quick_launch_bar
);
267
EXPECT_FALSE(result.
in_quick_launch_bar
);
/external/chromium_org/chrome/browser/web_applications/
web_app.h
89
bool
in_quick_launch_bar
;
member in struct:web_app::ShortcutLocations
web_app_win.cc
283
all_shortcut_locations.
in_quick_launch_bar
= true;
459
bool pin_to_taskbar = creation_locations.
in_quick_launch_bar
&&
588
// For Win7+, |
in_quick_launch_bar
| indicates that we are pinning to
590
creation_locations.
in_quick_launch_bar
&&
web_app.cc
159
in_quick_launch_bar
(false) {
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
176
bool pin_to_taskbar = creation_locations.
in_quick_launch_bar
&&
323
shortcut_locations.
in_quick_launch_bar
= true;
/external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc
386
creation_locations.
in_quick_launch_bar
= quick_launch_check_box_ == NULL ?
391
creation_locations.
in_quick_launch_bar
= false;
Completed in 203 milliseconds