HomeSort by relevance Sort by last modified time
    Searched defs:Instances (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.cc 22 typedef std::map<std::string, DevToolsAgentHostImpl*> Instances;
23 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
61 Instances::iterator it = g_instances.Get().find(id);
144 // removes it from the instances.
145 Instances copy = g_instances.Get();
146 for (Instances::iterator it(copy.begin()); it != copy.end(); ++it) {
render_view_devtools_agent_host.cc 37 typedef std::vector<RenderViewDevToolsAgentHost*> Instances;
40 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
43 //instances associated with |web_contents|
47 for (Instances::iterator it = g_instances.Get().begin();
230 for (Instances::iterator it = g_instances.Get().begin();
247 Instances::iterator it = std::find(g_instances.Get().begin(),
  /external/llvm/include/llvm/MC/
MCContext.h 92 /// Instances of directional local labels.
93 DenseMap<unsigned, MCLabel *> Instances;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1638 milliseconds