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_unittest.cc
179
EXPECT_FALSE(result.
in_quick_launch_bar
);
199
EXPECT_FALSE(result.
in_quick_launch_bar
);
220
EXPECT_FALSE(result.
in_quick_launch_bar
);
242
EXPECT_FALSE(result.
in_quick_launch_bar
);
271
EXPECT_FALSE(result.
in_quick_launch_bar
);
shell_integration.h
121
bool
in_quick_launch_bar
;
member in struct:ShellIntegration::ShortcutLocations
shell_integration.cc
43
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
&&
501
creation_locations.
in_quick_launch_bar
,
502
// For Win7,
in_quick_launch_bar
means pinning to taskbar. Use
/external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc
379
creation_locations.
in_quick_launch_bar
= quick_launch_check_box_ == NULL ?
384
creation_locations.
in_quick_launch_bar
= false;
/external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc
197
bool pin_to_taskbar = creation_locations.
in_quick_launch_bar
&&
[
all
...]
Completed in 1421 milliseconds