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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
base_screen_handler.h 118 web_ui()->CallJavascriptFunction(FullMethodPath(method), MakeValue(arg1));
123 web_ui()->CallJavascriptFunction(FullMethodPath(method), MakeValue(arg1),
132 web_ui()->CallJavascriptFunction(FullMethodPath(method),
144 web_ui()->CallJavascriptFunction(FullMethodPath(method),
219 std::string FullMethodPath(const std::string& method) const;
base_screen_handler.cc 92 web_ui()->CallJavascriptFunction(FullMethodPath(method));
110 std::string BaseScreenHandler::FullMethodPath(const std::string& method) const {

Completed in 49 milliseconds