Searched refs:ProfileIsManaged (Results 1 – 11 of 11) sorted by relevance
102 bool SyncedTabDelegateAndroid::ProfileIsManaged() const { in ProfileIsManaged() function in browser_sync::SyncedTabDelegateAndroid104 ->ProfileIsManaged(); in ProfileIsManaged()
50 virtual bool ProfileIsManaged() const = 0;
47 virtual bool ProfileIsManaged() const OVERRIDE;
188 MOCK_CONST_METHOD0(ProfileIsManaged, bool());349 EXPECT_CALL(tab_mock, ProfileIsManaged()).WillRepeatedly(Return(false)); in TEST_F()421 EXPECT_CALL(tab_mock, ProfileIsManaged()).WillRepeatedly(Return(true)); in TEST_F()
507 bool is_managed = tab_delegate.ProfileIsManaged(); in SetSessionTabFromDelegate()1125 if (tab.ProfileIsManaged() && tab.GetBlockedNavigations()->size() > 0) in TabHasValidEntry()
143 if (ProfileIsManaged()) { in Shutdown()160 bool ManagedUserService::ProfileIsManaged() const { in ProfileIsManaged() function in ManagedUserService382 if (!ProfileIsManaged() || (extension && extension->is_theme())) in ExtensionManagementPolicyImpl()424 DCHECK(ProfileIsManaged()); in OnDefaultFilteringBehaviorChanged()526 if (!ProfileIsManaged()) { in Init()586 DCHECK(ProfileIsManaged()); in RegisterAndInitSync()
204 bool ProfileIsManaged() const;
35 virtual bool ProfileIsManaged() const OVERRIDE;
77 bool TabContentsSyncedTabDelegate::ProfileIsManaged() const { in ProfileIsManaged() function in TabContentsSyncedTabDelegate
360 if (tab.ProfileIsManaged() && tab.GetBlockedNavigations()->size() > 0) in ShouldSyncTab()852 bool is_managed = tab_delegate.ProfileIsManaged(); in SetSessionTabFromDelegate()
296 virtual bool ProfileIsManaged() const OVERRIDE { in ProfileIsManaged() function in browser_sync::__anonc64941190211::SyncedTabDelegateFake