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

  /external/chromium_org/chrome_frame/
navigation_constraints.h 18 virtual bool AllowUnsafeUrls() = 0;
30 virtual bool AllowUnsafeUrls();
navigation_constraints.cc 17 bool NavigationConstraintsImpl::AllowUnsafeUrls() {
utils.cc 65 const wchar_t kAllowUnsafeURLs[] = L"AllowUnsafeURLs";
    [all...]
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 234 MOCK_METHOD0(AllowUnsafeUrls, bool());
328 EXPECT_CALL(mock, AllowUnsafeUrls())
359 EXPECT_CALL(mock, AllowUnsafeUrls())
398 EXPECT_CALL(mock, AllowUnsafeUrls())

Completed in 1277 milliseconds