OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchFilter
(Results
1 - 16
of
16
) 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());
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h
95
// no filter parameters, the
MatchFilter
will always trivially
97
class
MatchFilter
{
102
explicit
MatchFilter
(
cookies_helpers.cc
141
cookies_helpers::
MatchFilter
filter(details);
159
MatchFilter
::
MatchFilter
(const GetAll::Params::Details* details)
164
bool
MatchFilter
::MatchesCookie(
184
bool
MatchFilter
::MatchesDomain(const std::string& domain) {
cookies_unittest.cc
143
cookies_helpers::
MatchFilter
filter(&details);
167
cookies_helpers::
MatchFilter
filter(¶ms->details);
/frameworks/base/core/java/android/text/util/
Linkify.java
101
public static final
MatchFilter
sUrlMatchFilter = new
MatchFilter
() {
119
public static final
MatchFilter
sPhoneNumberMatchFilter = new
MatchFilter
() {
149
*
MatchFilter
enables client code to have more control over
156
* might also include a
MatchFilter
that disallows the match if it is
159
public interface
MatchFilter
{
321
* @param
matchFilter
The filter that is used to allow the client code
326
MatchFilter
matchFilter
, TransformFilter transformFilter)
[
all
...]
/cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java
25
import android.text.util.Linkify.
MatchFilter
;
40
private
MatchFilter
mMatchFilterStartWithDot = new
MatchFilter
() {
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 640 milliseconds