OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanPin
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ash/shelf/
shelf_delegate.h
44
virtual bool
CanPin
() const = 0;
shelf_view.cc
[
all
...]
shelf_view_unittest.cc
237
virtual bool
CanPin
() const OVERRIDE {
[
all
...]
/external/chromium_org/ash/shell/
shelf_delegate_impl.cc
45
bool ShelfDelegateImpl::
CanPin
() const {
shelf_delegate_impl.h
34
virtual bool
CanPin
() const OVERRIDE;
/external/chromium_org/ash/test/
test_shelf_delegate.h
45
virtual bool
CanPin
() const OVERRIDE;
test_shelf_delegate.cc
96
bool TestShelfDelegate::
CanPin
() const {
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
45
return ChromeLauncherController::instance()->
CanPin
() ? PIN_EDITABLE :
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
544
if (
CanPin
())
558
if (
CanPin
())
589
CanPin
());
783
bool ChromeLauncherController::
CanPin
() const {
810
if (
CanPin
())
828
if (
CanPin
())
855
if (!
CanPin
())
[
all
...]
shell_window_launcher_item_controller.cc
240
return launcher_controller()->
CanPin
() ? true : false;
browser_shortcut_launcher_item_controller.cc
238
return launcher_controller()->
CanPin
() ? true : false;
chrome_launcher_controller.h
301
virtual bool
CanPin
() const OVERRIDE;
Completed in 196 milliseconds