Home
last modified time | relevance | path

Searched refs:has_body (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
Dtext_database_manager.h192 bool has_body() { return !body_.empty(); } in has_body() function
Dtext_database_manager.cc222 if (info.has_body()) { in AddPageTitle()
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
Dprocess.js1350 var has_body = branch[1].length > 0, code = with_indent(function(){
1354 }, 0.5) + (has_body ? newline + with_indent(function(){
1357 if (!beautify && has_body && i < n - 1)