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

  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.h 57 void SetInfobarLabel(const std::string& text);
collected_cookies_ui_delegate.cc 221 void CollectedCookiesUIDelegate::SetInfobarLabel(const std::string& text) {
223 web_ui_->CallJavascriptFunction("setInfobarLabel", string);
232 SetInfobarLabel(GetInfobarLabel(setting, origin_node->GetTitle()));

Completed in 765 milliseconds