HomeSort by relevance Sort by last modified time
    Searched refs:ProfileIsManaged (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 50 virtual bool ProfileIsManaged() const = 0;
synced_tab_delegate_android.cc 102 bool SyncedTabDelegateAndroid::ProfileIsManaged() const {
104 ->ProfileIsManaged();
synced_tab_delegate_android.h 47 virtual bool ProfileIsManaged() const OVERRIDE;
session_model_associator_unittest.cc 188 MOCK_CONST_METHOD0(ProfileIsManaged, bool());
349 EXPECT_CALL(tab_mock, ProfileIsManaged()).WillRepeatedly(Return(false));
421 EXPECT_CALL(tab_mock, ProfileIsManaged()).WillRepeatedly(Return(true));
session_model_associator.cc 507 bool is_managed = tab_delegate.ProfileIsManaged();
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 35 virtual bool ProfileIsManaged() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 77 bool TabContentsSyncedTabDelegate::ProfileIsManaged() const {
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc 143 if (ProfileIsManaged()) {
160 bool ManagedUserService::ProfileIsManaged() const {
382 if (!ProfileIsManaged() || (extension && extension->is_theme()))
424 DCHECK(ProfileIsManaged());
526 if (!ProfileIsManaged()) {
586 DCHECK(ProfileIsManaged());
managed_user_service.h 204 bool ProfileIsManaged() const;
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.cc 360 if (tab.ProfileIsManaged() && tab.GetBlockedNavigations()->size() > 0)
    [all...]
sessions_sync_manager_unittest.cc 296 virtual bool ProfileIsManaged() const OVERRIDE {
    [all...]

Completed in 396 milliseconds