OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAppPinned
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser_unittest.cc
119
EXPECT_TRUE(launcher_controller->
IsAppPinned
(extension1_->id()));
122
EXPECT_TRUE(launcher_controller->
IsAppPinned
(extension2_->id()));
125
EXPECT_TRUE(launcher_controller->
IsAppPinned
(extension3_->id()));
173
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension1_->id()));
174
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension2_->id()));
175
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension3_->id()));
181
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension1_->id()));
182
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension2_->id()));
201
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension1_->id()));
202
EXPECT_FALSE(launcher_controller.
IsAppPinned
(extension2_->id()))
[
all
...]
chrome_launcher_controller_per_app_unittest.cc
265
EXPECT_TRUE(launcher_controller_->
IsAppPinned
(extension1_->id()));
268
EXPECT_TRUE(launcher_controller_->
IsAppPinned
(extension2_->id()));
271
EXPECT_TRUE(launcher_controller_->
IsAppPinned
(extension3_->id()));
309
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension1_->id()));
310
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension2_->id()));
311
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension3_->id()));
317
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension1_->id()));
318
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension2_->id()));
335
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension1_->id()));
336
EXPECT_FALSE(launcher_controller_->
IsAppPinned
(extension2_->id()))
[
all
...]
browser_launcher_item_controller_unittest.cc
252
EXPECT_FALSE(launcher_delegate_->
IsAppPinned
("1"));
254
EXPECT_TRUE(launcher_delegate_->
IsAppPinned
("1"));
371
EXPECT_TRUE(launcher_delegate_->
IsAppPinned
("1"));
372
EXPECT_FALSE(launcher_delegate_->
IsAppPinned
("0"));
388
EXPECT_TRUE(launcher_delegate_->
IsAppPinned
("1"));
389
EXPECT_FALSE(launcher_delegate_->
IsAppPinned
("0"));
chrome_launcher_controller.h
194
virtual bool
IsAppPinned
(const std::string& app_id) = 0;
chrome_launcher_controller_per_browser.cc
677
bool ChromeLauncherControllerPerBrowser::
IsAppPinned
(
[
all
...]
chrome_launcher_controller_per_app.h
186
virtual bool
IsAppPinned
(const std::string& app_id) OVERRIDE;
chrome_launcher_controller_per_browser.h
178
virtual bool
IsAppPinned
(const std::string& app_id) OVERRIDE;
chrome_launcher_controller_per_app.cc
644
bool ChromeLauncherControllerPerApp::
IsAppPinned
(const std::string& app_id) {
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.cc
22
bool AppListControllerDelegate::
IsAppPinned
(const std::string& extension_id) {
app_list_controller_delegate.h
45
virtual bool
IsAppPinned
(const std::string& extension_id);
app_context_menu.cc
183
controller_->
IsAppPinned
(app_id_) ?
280
return controller_->
IsAppPinned
(app_id_) ?
355
if (controller_->
IsAppPinned
(app_id_))
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
25
bool AppListControllerDelegateAsh::
IsAppPinned
(
27
return ChromeLauncherController::instance()->
IsAppPinned
(extension_id);
app_list_controller_ash.h
21
virtual bool
IsAppPinned
(const std::string& extension_id) OVERRIDE;
/external/chromium_org/ash/launcher/
launcher_delegate.h
105
virtual bool
IsAppPinned
(const std::string& app_id) = 0;
launcher_view.cc
615
if (!drag_and_drop_launcher_id_ || !delegate_->
IsAppPinned
(app_id)) {
[
all
...]
/external/chromium_org/ash/shell/
launcher_delegate_impl.cc
79
bool LauncherDelegateImpl::
IsAppPinned
(const std::string& app_id) {
launcher_delegate_impl.h
45
virtual bool
IsAppPinned
(const std::string& app_id) OVERRIDE;
/external/chromium_org/ash/test/
test_launcher_delegate.h
57
virtual bool
IsAppPinned
(const std::string& app_id) OVERRIDE;
test_launcher_delegate.cc
141
bool TestLauncherDelegate::
IsAppPinned
(const std::string& app_id) {
Completed in 418 milliseconds