OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPinned
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h
54
virtual bool
IsPinned
() const = 0;
synced_tab_delegate_android.cc
81
bool SyncedTabDelegateAndroid::
IsPinned
() const {
83
->
IsPinned
();
synced_tab_delegate_android.h
39
virtual bool
IsPinned
() const OVERRIDE;
session_model_associator_unittest.cc
191
MOCK_CONST_METHOD0(
IsPinned
, bool());
session_model_associator.cc
498
session_tab->pinned = tab_delegate.
IsPinned
();
[
all
...]
/external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h
27
bool
IsPinned
() const;
metro_pin_tab_helper_win.cc
343
bool MetroPinTabHelper::
IsPinned
() const {
363
if (
IsPinned
()) {
/external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h
38
virtual bool
IsPinned
() const OVERRIDE;
tab_contents_synced_tab_delegate.cc
94
bool TabContentsSyncedTabDelegate::
IsPinned
() const {
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
513
if (
IsPinned
(id)) {
562
bool ChromeLauncherController::
IsPinned
(ash::LauncherID id) {
574
if (
IsPinned
(id))
595
if (!
IsPinned
(id) && !IsWindowedAppInLauncher(app_id)) {
608
CHECK(
IsPinned
(id) || IsWindowedAppInLauncher(app_id));
612
if (!controller->locked() && !
IsPinned
(id))
793
if (
IsPinned
(i->first) && i->second->app_id() == app_id)
[
all
...]
launcher_context_menu.cc
81
l10n_util::GetStringUTF16(controller_->
IsPinned
(item_.id) ?
chrome_launcher_controller.h
174
bool
IsPinned
(ash::LauncherID id);
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc
306
if (tab_helper && tab_helper->
IsPinned
())
/external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.cc
[
all
...]
sessions_sync_manager_unittest.cc
308
virtual bool
IsPinned
() const OVERRIDE {
[
all
...]
Completed in 1125 milliseconds