Searched refs:Construct (Results 51 - 75 of 88) sorted by relevance

1234

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h141 void Construct();
H A Dchannelmanager.cc144 Construct();
160 Construct();
163 void ChannelManager::Construct() { function in class:cricket::ChannelManager
H A Dmediasessionclient.cc59 Construct();
69 Construct();
73 void MediaSessionClient::Construct() { function in class:cricket::MediaSessionClient
/external/chromium_org/media/base/
H A Daudio_fifo_unittest.cc27 TEST_F(AudioFifoTest, Construct) {
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dscriptable_plugin.cc218 pp::Var ScriptablePlugin::Construct(const std::vector<pp::Var>& args, function in class:plugin::ScriptablePlugin
220 PLUGIN_PRINTF(("ScriptablePlugin::Construct (%" NACL_PRIuS
222 return Error("constructor", "Construct", "constructor is not supported",
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h103 void Construct();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.cc81 Construct(MediaEngineFactory::Create(),
94 Construct(me, dme, dm, cm, worker_thread);
100 Construct(me,
107 void ChannelManager::Construct(MediaEngineInterface* me, function in class:cricket::ChannelManager
H A Dchannelmanager.h243 void Construct(MediaEngineInterface* me,
H A Dmediasessionclient.cc58 Construct();
77 Construct();
80 void MediaSessionClient::Construct() { function in class:cricket::MediaSessionClient
/external/chromium_org/tools/grit/grit/node/
H A Dbase_unittest.py136 msg_node = message.MessageNode.Construct(None, tclib.Message(
H A Dmessage.py228 def Construct(parent, message, name, desc='', meaning='', translateable=True): member in class:MessageNode
H A Dstructure.py336 def Construct(parent, name, type, file, encoding='cp1252'): member in class:StructureNode
H A Dmisc.py508 def Construct(parent, name, id, comment, systemid='false'): member in class:IdentifierNode
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc161 TEST_F(FullStreamUIPolicyTest, Construct) {
H A Dcounting_policy_unittest.cc174 TEST_F(CountingPolicyTest, Construct) {
/external/chromium_org/chrome_frame/test/
H A Dtest_server.h345 void Construct(const std::string& address, int port);
/external/chromium_org/content/renderer/pepper/
H A Dplugin_object.cc232 return result_converter.SetResult(obj->ppp_class()->Construct(
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc185 Construct();
212 Construct();
215 void Port::Construct() { function in class:cricket::Port
H A Dport.h338 void Construct();
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp256 User::LeaveIfError(Private->EPOC_WsScreen->Construct());
260 User::LeaveIfError(Private->EPOC_WsWindowGroup.Construct(WindowClientHandle));
279 // User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle ));
281 User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle - 1));
340 /* Construct Epoc window */
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.h189 void Construct(ViEWrapper* vie_wrapper,
H A Dwebrtcvoiceengine.h188 void Construct();
H A Dwebrtcvoiceengine.cc307 Construct();
323 Construct();
326 void WebRtcVoiceEngine::Construct() { function in class:cricket::WebRtcVoiceEngine
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py408 return message.MessageNode.Construct(parent=messages_node,
/external/clang/lib/CodeGen/
H A DCGDecl.cpp1040 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
1041 if (CXXConstructorDecl *Constructor = Construct->getConstructor())
1044 !Construct->requiresZeroInitialization())

Completed in 525 milliseconds

1234