OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PinAppWithID
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ash/launcher/
launcher_delegate.h
102
virtual void
PinAppWithID
(const std::string& app_id) = 0;
launcher_view.cc
616
delegate_->
PinAppWithID
(app_id);
[
all
...]
/external/chromium_org/ash/shell/
launcher_delegate_impl.cc
76
void LauncherDelegateImpl::
PinAppWithID
(const std::string& app_id) {
launcher_delegate_impl.h
44
virtual void
PinAppWithID
(const std::string& app_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
31
ChromeLauncherController::instance()->
PinAppWithID
(extension_id);
/external/chromium_org/ash/test/
test_launcher_delegate.h
56
virtual void
PinAppWithID
(const std::string& app_id) OVERRIDE;
test_launcher_delegate.cc
138
void TestLauncherDelegate::
PinAppWithID
(const std::string& app_id) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
browser_launcher_item_controller_unittest.cc
253
launcher_delegate_->
PinAppWithID
("1");
255
launcher_delegate_->
PinAppWithID
("2");
365
launcher_delegate_->
PinAppWithID
("1");
415
launcher_delegate_->
PinAppWithID
("1");
419
launcher_delegate_->
PinAppWithID
("2");
chrome_launcher_controller.h
199
virtual void
PinAppWithID
(const std::string& app_id) = 0;
chrome_launcher_controller_per_app.h
195
virtual void
PinAppWithID
(const std::string& app_id) OVERRIDE;
chrome_launcher_controller_per_browser.h
183
virtual void
PinAppWithID
(const std::string& app_id) OVERRIDE;
chrome_launcher_controller_per_app_unittest.cc
555
launcher_controller_->
PinAppWithID
(extension1_->id());
594
launcher_controller_->
PinAppWithID
(extension1_->id());
638
launcher_controller_->
PinAppWithID
(extension1_->id());
[
all
...]
chrome_launcher_controller_per_browser.cc
696
void ChromeLauncherControllerPerBrowser::
PinAppWithID
(
[
all
...]
chrome_launcher_controller_per_app.cc
664
void ChromeLauncherControllerPerApp::
PinAppWithID
(const std::string& app_id) {
[
all
...]
Completed in 303 milliseconds