Home | History | Annotate | Download | only in nav

Lines Matching refs:GetGlobalOffset

497         GetGlobalOffset(frame, &globalOffsetX, &globalOffsetY);
954 GetGlobalOffset(frame, &globalOffsetX, &globalOffsetY);
2459 void CacheBuilder::GetGlobalOffset(Node* node, int* x, int * y)
2461 GetGlobalOffset(node->document()->frame(), x, y);
2464 void CacheBuilder::GetGlobalOffset(Frame* frame, int* x, int* y)
2771 GetGlobalOffset(frame, &x, &y);