Searched defs:EntryType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/net/spdy/
H A Dhpack_entry.h73 enum EntryType { enum in class:net::HpackEntry
87 EntryType type_;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMFileSystem.h61 enum EntryType { enum in class:blink::WebDOMFileSystem
99 EntryType,
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h35 enum EntryType { enum in struct:BrowsingHistoryHandler::HistoryEntry
42 HistoryEntry(EntryType type, const GURL& url, const base::string16& title,
63 EntryType entry_type;
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.h48 enum EntryType { enum in class:disk_cache::MemEntryImpl
81 EntryType type() const {
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h45 enum EntryType { enum in class:AuxVector
91 FindEntry(EntryType type) const;
95 return GetEntryName(static_cast<EntryType>(entry.type));
99 GetEntryName(EntryType type);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h49 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enum in struct:llvm::DebugLocEntry::Value
50 enum EntryType EntryKind;
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h49 enum EntryType { LINE = 1, FILE = 2 }; enum in class:fst::StringReader
53 EntryType entry_type,
126 EntryType entry_type_;
156 typename StringReader<Arc>::EntryType entry_type;
H A Dstlist.h57 typedef T EntryType; typedef in class:fst::STListWriter
101 EntryWriter entry_writer_; // Write functor for 'EntryType'
121 typedef T EntryType; typedef in class:fst::STListReader
247 const EntryType &GetEntry() const {
254 EntryReader entry_reader_; // Read functor for 'EntryType'
260 mutable EntryType *entry_; // Pointer to the currently read entry
H A Dsttable.h51 typedef T EntryType; typedef in class:fst::STTableWriter
97 EntryWriter entry_writer_; // Write functor for 'EntryType'
118 typedef T EntryType; typedef in class:fst::STTableReader
226 const EntryType &GetEntry() const {
312 EntryReader entry_reader_; // Read functor for 'EntryType'
320 mutable EntryType *entry_; // Pointer to the currently read entry
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc59 enum EntryType { enum in namespace:file_manager::__anon3165
83 // Maps the given string to EntryType. Returns true on success.
84 bool MapStringToEntryType(const base::StringPiece& value, EntryType* output) {
129 TestEntryInfo(EntryType type,
143 EntryType type;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1121 milliseconds