/external/chromium/net/base/ |
D | sdch_manager.h | 160 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;
|
D | sdch_manager.cc | 256 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 …]
|
D | sdch_filter.h | 89 scoped_refptr<SdchManager::Dictionary> dictionary_;
|
D | sdch_filter.cc | 331 SdchManager::Dictionary* dictionary = NULL; in InitializeDictionary()
|
/external/v8/src/ |
D | objects.cc | 6118 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 …]
|
D | objects.h | 2119 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/ |
D | WebDefaultContextMenuDelegate.mm | 95 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/ |
D | zlib.inc | 237 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/ |
D | zlib.inc | 237 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/ |
D | IWebPolicyDelegate.idl | 159 @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/ |
D | word_POSIX.txt | 41 # Dictionary character set, for triggering language-based break engines. Currently
|
D | word.txt | 43 # Dictionary character set, for triggering language-based break engines. Currently
|
D | line.txt | 95 # Dictionary character set, for triggering language-based break engines. Currently
|
/external/icu4c/data/brkitr/ |
D | word.txt | 41 # Dictionary character set, for triggering language-based break engines. Currently
|
D | word_POSIX.txt | 41 # Dictionary character set, for triggering language-based break engines. Currently
|
D | word_ja.txt | 41 # Dictionary character set, for triggering language-based break engines. Currently
|
D | line.txt | 95 # Dictionary character set, for triggering language-based break engines. Currently
|
/external/protobuf/gtest/scons/ |
D | SConscript | 185 if 'EXE_OUTPUT' in build_env.Dictionary(): 229 if 'LIB_OUTPUT' in env.Dictionary():
|
/external/webkit/WebKit/English.lproj/ |
D | Localizable.strings | 178 /* Look Up in Dictionary context menu item */ 179 "Look Up in Dictionary" = "Look Up in Dictionary";
|
/external/webkit/WebKit/gtk/po/ |
D | en_GB.po | 596 msgid "_Look Up in Dictionary" 597 msgstr "_Look Up in Dictionary"
|
D | webkit.pot | 596 msgid "_Look Up in Dictionary"
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.mm | 162 // 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"];
|
D | WebViewFactory.mm | 231 return UI_STRING("Look Up in Dictionary", "Look Up in Dictionary context menu item");
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
D | vcdiff_test.bat | 163 rem Dictionary file not found.
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 534 "com.apple.Dictionary"
|