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

  /external/chromium/net/base/
filter_unittest.cc 171 filter_context.SetDownload(false);
180 filter_context.SetDownload(true);
189 filter_context.SetDownload(false);
198 filter_context.SetDownload(true);
222 filter_context.SetDownload(false);
230 filter_context.SetDownload(false);
238 filter_context.SetDownload(false);
247 filter_context.SetDownload(true);
256 filter_context.SetDownload(false);
265 filter_context.SetDownload(false)
    [all...]
mock_filter_context.h 25 void SetDownload(bool is_download) { is_download_ = is_download; }
  /external/chromium_org/net/base/
filter_unittest.cc 171 filter_context.SetDownload(false);
180 filter_context.SetDownload(true);
189 filter_context.SetDownload(false);
198 filter_context.SetDownload(true);
222 filter_context.SetDownload(false);
230 filter_context.SetDownload(false);
238 filter_context.SetDownload(false);
247 filter_context.SetDownload(true);
256 filter_context.SetDownload(false);
265 filter_context.SetDownload(false)
    [all...]
mock_filter_context.h 24 void SetDownload(bool is_download) { is_download_ = is_download; }

Completed in 927 milliseconds