Searched refs:ContextType (Results 1 – 12 of 12) sorted by relevance
37 enum ContextType { enum51 virtual ContextType GetContextType() const = 0;
33 ContextType GetContextType() const override;
38 virtual std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const = 0;
32 ContextType GetContextType() const override;
53 ContextType GetContextType() const override;
37 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const override;97 std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(ContextType contextType) const in Select()
34 ContextType IdentifyContext::GetContextType() const in GetContextType()
36 ContextType EnrollContext::GetContextType() const in GetContextType()
78 ContextType SimpleAuthContext::GetContextType() const in GetContextType()
84 ContextType WidgetContext::GetContextType() const in GetContextType()
58 MOCK_CONST_METHOD0(GetContextType, ContextType());