Home
last modified time | relevance | path

Searched refs:GetOwner (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/policy/tests/
Ddevice_policy_impl_unittest.cc40 EXPECT_TRUE(device_policy_.GetOwner(&owner)); in TEST_F()
53 EXPECT_TRUE(device_policy_.GetOwner(&owner)); in TEST_F()
63 EXPECT_FALSE(device_policy_.GetOwner(&owner)); in TEST_F()
Dlibpolicy_unittest.cc151 ASSERT_TRUE(policy.GetOwner(&string_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h93 MOCK_CONST_METHOD1(GetOwner, bool(std::string*));
Ddevice_policy.h172 virtual bool GetOwner(std::string* owner) const = 0;
Ddevice_policy_impl.h72 bool GetOwner(std::string* owner) const override;
Ddevice_policy_impl.cc452 bool DevicePolicyImpl::GetOwner(std::string* owner) const { in GetOwner() function in policy::DevicePolicyImpl
/external/pdfium/xfa/fwl/
Dcfwl_widget.h81 CFWL_Widget* GetOwner() { return m_pWidgetMgr->GetOwnerWidget(this); } in GetOwner() function
Dcfwl_combolist.cpp69 CFWL_Widget* pOwner = GetOwner(); in ClientToOuter()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go977 func (m *EntityProto) GetOwner() *User { func