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

/external/chromium_org/ppapi/cpp/
H A Dimage_data.cc39 InitData();
55 InitData();
92 void ImageData::InitData() { function in class:pp::ImageData
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
H A Dfake_downloader.cc60 std::map<std::string, std::string> InitData() { function in namespace:i18n::addressinput::__anon11580
96 static const std::map<std::string, std::string> kData(InitData());
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dfake_downloader.cc71 std::map<std::string, std::string> InitData() { function in namespace:i18n::addressinput::__anon11640
146 static const std::map<std::string, std::string> kData(InitData());
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc49 struct PepperWebPluginImpl::InitData { struct in class:content::PepperWebPluginImpl
60 : init_data_(new InitData()),
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp163 InitData = 1 << 3, enumerator in enum:__anon25053
181 if (SecFlags & InitData)
187 SecFlags |= InitData;
204 SecFlags |= InitData;
210 SecFlags |= Shared | InitData;
241 SecFlags = InitData;
245 if (SecFlags & InitData)
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2412 } InitData; typedef in typeref:struct:__anon14806
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10757 } InitData; typedef in typeref:struct:__anon14769
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12173 } InitData; typedef in typeref:struct:__anon30122
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12173 } InitData; typedef in typeref:struct:__anon30153
[all...]

Completed in 712 milliseconds