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

  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 64 DataSource(const std::string& source_name, MessageLoop* message_loop);
94 const std::string& source_name() const { return source_name_; } function in class:ChromeURLDataManager::DataSource
chrome_url_data_manager_backend.cc 39 // Parse a URL into the components used to resolve its request. |source_name|
41 void URLToRequest(const GURL& url, std::string* source_name,
51 // Our input looks like: chrome://source_name/extra_bits?foo .
54 source_name->assign(url.host());
168 DataSourceMap::iterator i = data_sources_.find(source->source_name());
174 data_sources_[source->source_name()] = source;
191 std::string source_name; local
193 URLToRequest(url, &source_name, &path);
196 DataSourceMap::iterator i = data_sources_.find(source_name);
414 std::string source_name; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 158 def source_name method in class:ANTLR3.Token
159 i = input and i.source_name
recognizers.rb 1066 def source_name method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
1308 def source_name method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Parser
    [all...]
tree.rb 119 def source_name method in class:ANTLR3.AST.TreeParser
120 @input.source_name
1075 def source_name method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1076 self.token_stream.source_name
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 98 String source_name; field in class:DAsm
239 source_name = name;
331 new CstString(source_name));
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 159 milliseconds