OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPinned
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h
54
virtual bool
IsPinned
() const = 0;
synced_tab_delegate_android.h
39
virtual bool
IsPinned
() const OVERRIDE;
synced_tab_delegate_android.cc
81
bool SyncedTabDelegateAndroid::
IsPinned
() const {
83
->
IsPinned
();
session_model_associator.cc
495
session_tab->pinned = tab_delegate.
IsPinned
();
[
all
...]
session_model_associator_unittest.cc
191
MOCK_CONST_METHOD0(
IsPinned
, bool());
/external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h
23
bool
IsPinned
() const;
metro_pin_tab_helper_win.cc
345
bool MetroPinTabHelper::
IsPinned
() const {
365
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_per_app.cc
374
if (
IsPinned
(id)) {
435
bool ChromeLauncherControllerPerApp::
IsPinned
(ash::LauncherID id) {
447
if (
IsPinned
(id))
468
if (!
IsPinned
(id) && !IsWindowedAppInLauncher(app_id)) {
481
CHECK(
IsPinned
(id) || IsWindowedAppInLauncher(app_id));
485
if (!controller->locked() && !
IsPinned
(id))
648
if (
IsPinned
(i->first) && i->second->app_id() == app_id)
730
if (HasItemController(id) &&
IsPinned
(id)) {
[
all
...]
chrome_launcher_controller_per_browser.cc
420
if (
IsPinned
(id)) {
466
bool ChromeLauncherControllerPerBrowser::
IsPinned
(ash::LauncherID id) {
476
if (
IsPinned
(id))
690
if (
IsPinned
(i->first) && i->second->app_id() == app_id)
[
all
...]
chrome_launcher_controller.h
134
virtual bool
IsPinned
(ash::LauncherID id) = 0;
launcher_context_menu.cc
81
l10n_util::GetStringUTF16(controller_->
IsPinned
(item_.id) ?
chrome_launcher_controller_per_app.h
128
virtual bool
IsPinned
(ash::LauncherID id) OVERRIDE;
chrome_launcher_controller_per_browser.h
121
virtual bool
IsPinned
(ash::LauncherID id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc
304
if (tab_helper && tab_helper->
IsPinned
())
Completed in 744 milliseconds