Home
last modified time | relevance | path

Searched refs:AllowUnsafeUrls (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/
Dnavigation_constraints.h18 virtual bool AllowUnsafeUrls() = 0;
30 virtual bool AllowUnsafeUrls();
Dnavigation_constraints.cc17 bool NavigationConstraintsImpl::AllowUnsafeUrls() { in AllowUnsafeUrls() function in NavigationConstraintsImpl
Dutils.cc1532 if (navigation_constraints->AllowUnsafeUrls()) in CanNavigate()
/external/chromium_org/chrome_frame/test/
Dutil_unittests.cc234 MOCK_METHOD0(AllowUnsafeUrls, bool());
328 EXPECT_CALL(mock, AllowUnsafeUrls()) in TEST_F()
359 EXPECT_CALL(mock, AllowUnsafeUrls()) in TEST_F()
398 EXPECT_CALL(mock, AllowUnsafeUrls()) in TEST_F()