HomeSort by relevance Sort by last modified time
    Searched refs:GetModule (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/renderer/pepper/
ppb_proxy_impl.cc 22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
host_array_buffer_var.cc 80 PluginModule* pm = hg->GetModule(hg->GetModuleForInstance(instance));
host_globals.h 74 PluginModule* GetModule(PP_Module module);
host_globals.cc 171 PluginModule* module = GetModule(pp_module);
226 PluginModule* HostGlobals::GetModule(PP_Module module) {
ppb_var_deprecated_impl.cc 403 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);
  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 34 virtual llvm::Module* GetModule() = 0;
  /external/chromium/base/
vlog.cc 84 base::StringPiece GetModule(const base::StringPiece& file) {
103 base::StringPiece module(GetModule(file));
  /external/chromium_org/base/
vlog.cc 84 base::StringPiece GetModule(const base::StringPiece& file) {
103 base::StringPiece module(GetModule(file));
  /art/compiler/llvm/
llvm_compilation_unit.h 66 ::llvm::Module* GetModule() const {
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 47 virtual llvm::Module* GetModule() {
CodeGenAction.cpp 91 TheModule.reset(Gen->GetModule());
  /art/compiler/jni/portable/
jni_compiler.cc 55 : cunit_(cunit), driver_(&driver), module_(cunit_->GetModule()),
  /frameworks/compile/slang/
slang_backend.cpp 233 mpModule = mGen->GetModule();

Completed in 224 milliseconds