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

  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.h 80 // no filter parameters, the MatchFilter will always trivially
82 class MatchFilter {
87 explicit MatchFilter(const DictionaryValue* details);
extension_cookies_helpers.cc 116 extension_cookies_helpers::MatchFilter filter(details);
133 MatchFilter::MatchFilter(const DictionaryValue* details)
138 bool MatchFilter::MatchesCookie(
147 bool MatchFilter::MatchesString(const char* key, const std::string& value) {
155 bool MatchFilter::MatchesBoolean(const char* key, bool value) {
163 bool MatchFilter::MatchesDomain(const std::string& domain) {
extension_cookies_unittest.cc 179 extension_cookies_helpers::MatchFilter filter(details.get());
200 extension_cookies_helpers::MatchFilter filter(details.get());
  /frameworks/base/core/java/android/text/util/
Linkify.java 95 public static final MatchFilter sUrlMatchFilter = new MatchFilter() {
113 public static final MatchFilter sPhoneNumberMatchFilter = new MatchFilter() {
143 * MatchFilter enables client code to have more control over
150 * might also include a MatchFilter that disallows the match if it is
153 public interface MatchFilter {
317 * @param matchFilter The filter that is used to allow the client code
322 MatchFilter matchFilter, TransformFilter transformFilter)
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 25 import android.text.util.Linkify.MatchFilter;
39 private MatchFilter mMatchFilterStartWithDot = new MatchFilter() {
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 137 milliseconds