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/content/renderer/pepper/
H A Dpepper_webplugin_impl.h92 struct InitData;
94 scoped_ptr<InitData> init_data_; // Cleared upon successful initialization.
H A Dpepper_webplugin_impl.cc49 struct PepperWebPluginImpl::InitData { struct in class:content::PepperWebPluginImpl
60 : init_data_(new InitData()),
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dtestdata_source.cc54 std::map<std::string, std::string> InitData() { function in namespace:i18n::addressinput::__anon12599
142 static const std::map<std::string, std::string> kData(InitData());
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp163 InitData = 1 << 3, enumerator in enum:__anon25889
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 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:__anon15503
H A Dvdbe.c4637 InitData initData;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10757 } InitData; typedef in typeref:struct:__anon15466
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12173 } InitData; typedef in typeref:struct:__anon31004
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12173 } InitData; typedef in typeref:struct:__anon31035
[all...]

Completed in 2913 milliseconds