OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rrh
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc
40
const ResourceResponseHead&
rrh
= response->response_head;
local
41
if (!
rrh
.headers)
43
if (
rrh
.mime_type != "text/html")
45
if (
rrh
.headers->response_code() != 200)
/external/chromium_org/third_party/bintrees/bintrees/
avltree.py
80
rrh
= height(root.right)
82
root.balance = max(rlh,
rrh
) + 1
ctrees.c
468
int rlh,
rrh
, slh;
local
476
rrh
= height(root->link[1]);
479
BALANCE(root) = avl_max(rlh,
rrh
) + 1;
Completed in 988 milliseconds