OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAppPinned
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/shell/
shelf_delegate_impl.cc
41
bool ShelfDelegateImpl::
IsAppPinned
(const std::string& app_id) {
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
30
bool AppListControllerDelegateAsh::
IsAppPinned
(
32
return ChromeLauncherController::instance()->
IsAppPinned
(extension_id);
/external/chromium_org/ash/test/
test_shelf_delegate.cc
100
bool TestShelfDelegate::
IsAppPinned
(const std::string& app_id) {
/external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.cc
38
bool AppListControllerDelegateImpl::
IsAppPinned
(
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
789
bool ChromeLauncherController::
IsAppPinned
(const std::string& app_id) {
[
all
...]
Completed in 67 milliseconds