Searched refs:InitData (Results 1 - 12 of 12) 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
H A Dimage_data.h133 void InitData();
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
H A Dfake_downloader.cc44 std::map<std::string, std::string> InitData() { function in namespace:i18n::addressinput::__anon12106
64 static const std::map<std::string, std::string> kData(InitData());
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h94 struct InitData;
96 scoped_ptr<InitData> init_data_; // Cleared upon successful initialization.
H A Dpepper_webplugin_impl.cc49 struct PepperWebPluginImpl::InitData { struct in class:content::PepperWebPluginImpl
63 : init_data_(new InitData()),
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp155 InitData = 1 << 3, enumerator in enum:__anon22222
173 if (SecFlags & InitData)
179 SecFlags |= InitData;
196 SecFlags |= InitData;
202 SecFlags |= Shared | InitData;
233 SecFlags = InitData;
237 if (SecFlags & InitData)
/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c19 ** Fill the InitData structure with an error message that indicates
23 InitData *pData, /* Initialization context */
53 InitData *pData = (InitData*)pInit;
142 InitData initData;
H A DsqliteInt.h2412 } InitData; typedef in typeref:struct:__anon14667
H A Dvdbe.c4637 InitData initData;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10772 } InitData; typedef in typeref:struct:__anon14630
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11328 } InitData; typedef in typeref:struct:__anon26726
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11328 } InitData; typedef in typeref:struct:__anon26751
[all...]

Completed in 863 milliseconds