Searched defs:GetMatches (Results 1 - 9 of 9) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs21 UInt32 GetMatches(UInt32[] distances); method in interface:SevenZip.Compression.LZ.IMatchFinder
H A DLzBinTree.cs118 public UInt32 GetMatches(UInt32[] distances) method in class:SevenZip.Compression.LZ.BinTree
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc101 GetMatches(input);
149 void ShortcutsProvider::GetMatches(const AutocompleteInput& input) { function in class:ShortcutsProvider
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_rules_registry.cc73 std::set<ContentRule*> matching_rules = GetMatches(renderer_data);
118 ContentRulesRegistry::GetMatches( function in class:extensions::ContentRulesRegistry
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_rules_registry.cc53 std::set<const WebRequestRule*> WebRequestRulesRegistry::GetMatches( function in class:extensions::WebRequestRulesRegistry
86 std::set<const WebRequestRule*> matches = GetMatches(request_data);
/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.h99 Mf_GetMatches_Func GetMatches; member in struct:_IMatchFinder
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.h100 Mf_GetMatches_Func GetMatches; member in struct:_IMatchFinder
/external/lzma/C/
H A DLzFind.h99 Mf_GetMatches_Func GetMatches; member in struct:_IMatchFinder
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java118 public int GetMatches(int[] distances) throws IOException method in class:BinTree

Completed in 203 milliseconds