Searched refs:source_map_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dmodule_system_test.cc105 if (source_map_.count(name) == 0)
107 return v8::String::NewFromUtf8(isolate, source_map_[name].c_str());
111 return source_map_.count(name);
115 CHECK_EQ(0u, source_map_.count(name)) << "Module " << name << " not found";
116 source_map_[name] = source;
120 std::map<std::string, std::string> source_map_; member in class:ModuleSystemTest::StringSourceMap
134 source_map_(new StringSourceMap()),
141 new ModuleSystem(context_.get(), source_map_.get()));
161 source_map_->RegisterModule(name, code);
168 source_map_
[all...]
H A Dmodule_system_test.h65 scoped_ptr<StringSourceMap> source_map_; member in class:ModuleSystemTest
/external/chromium_org/media/midi/
H A Dmidi_manager_alsa.h51 SourceMap source_map_; member in class:media::MidiManagerAlsa
H A Dmidi_manager_mac.cc90 source_map_[src] = i;
144 SourceMap::iterator j = source_map_.find(source);
145 if (j == source_map_.end())
147 uint32 port_index = source_map_[source];
H A Dmidi_manager_mac.h67 SourceMap source_map_; member in class:media::MidiManagerMac
H A Dmidi_manager_alsa.cc253 source_map_[AddrToInt(sender)] = current_input++;
417 source_map_.find(AddrToInt(&event->source));
418 if (source_it != source_map_.end()) {
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc178 source_map_(&ResourceBundle::GetSharedInstance()),
268 new ModuleSystem(context, &source_map_));
949 if (!source_map_.Contains(api_name)) {
1059 source_map_.RegisterSource("entryIdManager", IDR_ENTRY_ID_MANAGER);
1060 source_map_.RegisterSource(kEventBindings, IDR_EVENT_BINDINGS_JS);
1061 source_map_.RegisterSource("imageUtil", IDR_IMAGE_UTIL_JS);
1062 source_map_.RegisterSource("json_schema", IDR_JSON_SCHEMA_JS);
1063 source_map_.RegisterSource("lastError", IDR_LAST_ERROR_JS);
1064 source_map_.RegisterSource("messaging", IDR_MESSAGING_JS);
1065 source_map_
[all...]
H A Ddispatcher.h209 // Inserts static source code into |source_map_|.
269 ResourceBundleSourceMap source_map_; member in class:extensions::Dispatcher
H A Dmodule_system.h104 // Causes requireNative(|name|) to look for its module in |source_map_|
177 // |args[0]| - the name of a source file in source_map_.
200 SourceMap* source_map_; member in class:extensions::ModuleSystem
H A Dmodule_system.cc122 source_map_(source_map),
520 if (!source_map_->Contains(module_name))
523 v8::Local<v8::Value>(source_map_->GetSource(GetIsolate(), module_name)));
/external/chromium_org/net/dns/
H A Daddress_sorter_posix.h82 mutable SourceAddressMap source_map_; member in class:net::AddressSorterPosix
H A Daddress_sorter_posix.cc293 SourceAddressInfo& src_info = source_map_[src.address()];
320 source_map_.clear();
331 SourceAddressInfo& info = source_map_[address];
357 SourceAddressInfo& info = source_map_[src.address()];
H A Daddress_sorter_posix_unittest.cc154 AddressSorterPosix::SourceAddressInfo* info = &sorter_.source_map_[address];

Completed in 179 milliseconds