Home | History | Annotate | Download | only in policy

Lines Matching refs:Load

26   MOCK_METHOD0(Load, DictionaryValue*());
37 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
41 // A second call to Load gets triggered during the provider's construction
43 // between the initial load and creating watcher.
44 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));
60 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
65 // A second call to Load gets triggered during the provider's construction
67 // between the initial load and creating watcher.
68 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
71 // A third and final call to Load is made by the explicit Reload. This
75 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));