Home
last modified time | relevance | path

Searched refs:Dictionary (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium/net/base/
Dsdch_manager.h160 class Dictionary : public base::RefCounted<Dictionary> {
166 friend class base::RefCounted<Dictionary>;
173 Dictionary(const std::string& dictionary_text, size_t offset,
177 ~Dictionary() {} in ~Dictionary()
222 DISALLOW_COPY_AND_ASSIGN(Dictionary);
306 Dictionary** dictionary);
332 typedef std::map<std::string, Dictionary*> DictionaryMap;
Dsdch_manager.cc256 if (!Dictionary::CanSet(domain, path, ports, dictionary_url)) in AddSdchDictionary()
275 Dictionary* dictionary = in AddSdchDictionary()
276 new Dictionary(dictionary_text, header_end + 2, client_hash, in AddSdchDictionary()
284 const GURL& referring_url, Dictionary** dictionary) { in GetVcdiffDictionary()
290 Dictionary* matching_dictionary = it->second; in GetVcdiffDictionary()
316 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text, in Dictionary() function in SdchManager::Dictionary
368 bool SdchManager::Dictionary::CanSet(const std::string& domain, in CanSet()
401 if (!Dictionary::DomainMatch(dictionary_url, domain)) { in CanSet()
428 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) { in CanUse()
467 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) { in CanAdvertise()
[all …]
Dsdch_filter.h89 scoped_refptr<SdchManager::Dictionary> dictionary_;
Dsdch_filter.cc331 SdchManager::Dictionary* dictionary = NULL; in InitializeDictionary()
/external/v8/src/
Dobjects.cc6118 void Dictionary<Shape, Key>::Print() { in Print()
6139 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) { in CopyValuesTo()
6145 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo()
6146 if (Dictionary<Shape, Key>::IsKey(k)) { in CopyValuesTo()
6941 template class Dictionary<StringDictionaryShape, String*>; variable
6943 template class Dictionary<NumberDictionaryShape, uint32_t>; variable
6945 template Object* Dictionary<NumberDictionaryShape, uint32_t>::Allocate(
6948 template Object* Dictionary<StringDictionaryShape, String*>::Allocate(
6951 template Object* Dictionary<NumberDictionaryShape, uint32_t>::AtPut(
6954 template Object* Dictionary<NumberDictionaryShape, uint32_t>::SlowReverseLookup(
[all …]
Dobjects.h2119 class Dictionary: public HashTable<Shape, Key> {
2122 static inline Dictionary<Shape, Key>* cast(Object* obj) { in cast()
2123 return reinterpret_cast<Dictionary<Shape, Key>*>(obj); in cast()
2225 class StringDictionary: public Dictionary<StringDictionaryShape, String*> {
2253 class NumberDictionary: public Dictionary<NumberDictionaryShape, uint32_t> {
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm95 title = UI_STRING("Look Up in Dictionary", "Look Up in Dictionary context menu item");
148 …// FIXME 4184640: The Look Up in Dictionary item is only implemented in WebHTMLView, and so is pre…
/external/zlib/as400/
Dzlib.inc237 D dictionary 32767 const options(*varsize) Dictionary bytes
238 D dictLength 10U 0 value Dictionary length
270 D dictionary 32767 const options(*varsize) Dictionary bytes
271 D dictLength 10U 0 value Dictionary length
/external/zlib/old/as400/
Dzlib.inc237 D dictionary 32767 const options(*varsize) Dictionary bytes
238 D dictLength 10U 0 value Dictionary length
270 D dictionary 32767 const options(*varsize) Dictionary bytes
271 D dictLength 10U 0 value Dictionary length
/external/webkit/WebKit/win/Interfaces/
DIWebPolicyDelegate.idl159 @param actionInformation Dictionary that describes the action that triggered this navigation.
175 … @param actionInformation Dictionary that describes the action that triggered this navigation.
/external/chromium/third_party/icu/source/data/brkitr/
Dword_POSIX.txt41 # Dictionary character set, for triggering language-based break engines. Currently
Dword.txt43 # Dictionary character set, for triggering language-based break engines. Currently
Dline.txt95 # Dictionary character set, for triggering language-based break engines. Currently
/external/icu4c/data/brkitr/
Dword.txt41 # Dictionary character set, for triggering language-based break engines. Currently
Dword_POSIX.txt41 # Dictionary character set, for triggering language-based break engines. Currently
Dword_ja.txt41 # Dictionary character set, for triggering language-based break engines. Currently
Dline.txt95 # Dictionary character set, for triggering language-based break engines. Currently
/external/protobuf/gtest/scons/
DSConscript185 if 'EXE_OUTPUT' in build_env.Dictionary():
229 if 'LIB_OUTPUT' in env.Dictionary():
/external/webkit/WebKit/English.lproj/
DLocalizable.strings178 /* Look Up in Dictionary context menu item */
179 "Look Up in Dictionary" = "Look Up in Dictionary";
/external/webkit/WebKit/gtk/po/
Den_GB.po596 msgid "_Look Up in Dictionary"
597 msgstr "_Look Up in Dictionary"
Dwebkit.pot596 msgid "_Look Up in Dictionary"
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm162 // Quirk for the Apple Dictionary application.
168 // This quirk can be removed when Apple Dictionary is fixed (see <rdar://problem/6471058>).
198 // all applications other than Apple Dictionary.
199 …pleDictionary = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.apple.Dictionary"];
DWebViewFactory.mm231 return UI_STRING("Look Up in Dictionary", "Look Up in Dictionary context menu item");
/external/chromium/sdch/open-vcdiff/vsprojects/
Dvcdiff_test.bat163 rem Dictionary file not found.
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt534 "com.apple.Dictionary"

123