• Home
  • Raw
  • Download

Lines Matching refs:CacheBuilder

81 CacheBuilder* CacheBuilder::Builder(Frame* frame) {   in Builder()
85 Frame* CacheBuilder::FrameAnd(CacheBuilder* cacheBuilder) { in FrameAnd()
91 Frame* CacheBuilder::FrameAnd(const CacheBuilder* cacheBuilder) { in FrameAnd()
97 CacheBuilder::LayerTracker::~LayerTracker() { in ~LayerTracker()
120 Frame* CacheBuilder::Debug::frameAnd() const { in frameAnd()
121 CacheBuilder* nav = (CacheBuilder*) ((char*) this - OFFSETOF(CacheBuilder, mDebug)); in frameAnd()
122 return CacheBuilder::FrameAnd(nav); in frameAnd()
125 void CacheBuilder::Debug::attr(const AtomicString& name, const AtomicString& value) { in attr()
134 void CacheBuilder::Debug::comma(const char* str) { in comma()
139 void CacheBuilder::Debug::flush() { in flush()
188 void CacheBuilder::Debug::frameName(char*& namePtr, const char* max) const { in frameName()
210 void CacheBuilder::Debug::frames() { in frames()
317 void CacheBuilder::Debug::init(char* buffer, size_t size) { in init()
324 void CacheBuilder::Debug::groups() { in groups()
390 if (CacheBuilder::HasFrame(node)) in groups()
553 if (CacheBuilder::ConstructTextRects(textNode, 0, textNode, in groups()
559 if (CacheBuilder::ConstructPartRects(node, nodeBounds, rectPtr, in groups()
617 bool CacheBuilder::Debug::isFocusable(Node* node) { in isFocusable()
628 if (CacheBuilder::AnyIsClick(node)) in isFocusable()
630 if (CacheBuilder::HasTriggerEvent(node)) in isFocusable()
635 void CacheBuilder::Debug::localName(Node* node) { in localName()
644 void CacheBuilder::Debug::newLine(int indent) { in newLine()
669 int CacheBuilder::Debug::ParentIndex(Node* node, int count, Node* parent) in ParentIndex()
692 void CacheBuilder::Debug::print(const char* name) { in print()
696 void CacheBuilder::Debug::print(const char* name, unsigned len) { in print()
710 void CacheBuilder::Debug::setIndent(int indent) in setIndent()
718 void CacheBuilder::Debug::uChar(const UChar* name, unsigned len, bool hex) { in uChar()
758 void CacheBuilder::Debug::validateFrame() { in validateFrame()
770 void CacheBuilder::Debug::wideString(const UChar* chars, int length, bool hex) { in wideString()
780 void CacheBuilder::Debug::wideString(const String& str) { in wideString()
786 CacheBuilder::CacheBuilder() in CacheBuilder() function in android::CacheBuilder
794 void CacheBuilder::adjustForColumns(const ClipColumnTracker& track, in adjustForColumns()
824 bool CacheBuilder::NodeHasEventListeners(Node* node, AtomicString* eventTypes, int length) { in NodeHasEventListeners()
832 bool CacheBuilder::AnyChildIsClick(Node* node) in AnyChildIsClick()
854 bool CacheBuilder::AnyIsClick(Node* node) in AnyIsClick()
881 void CacheBuilder::buildCache(CachedRoot* root) in buildCache()
984 void CacheBuilder::BuildFrame(Frame* root, Frame* frame, in BuildFrame()
1464 bool CacheBuilder::CleanUpContainedNodes(CachedRoot* cachedRoot, in CleanUpContainedNodes()
1510 Node* CacheBuilder::currentFocus() const in currentFocus()
1521 CacheBuilder* cacheBuilder = Builder(child); in currentFocus()
1687 CacheBuilder::FoundState CacheBuilder::FindAddress(const UChar* chars, in FindAddress()
1705 CacheBuilder::FoundState CacheBuilder::FindPartialAddress(const UChar* baseChars, in FindPartialAddress()
2285 CacheBuilder::FoundState CacheBuilder::FindPartialEMail(const UChar* chars, unsigned length, in FindPartialEMail()
2441 CacheBuilder::FoundState CacheBuilder::FindPartialNumber(const UChar* chars, unsigned length, in FindPartialNumber()
2524 CacheBuilder::FoundState CacheBuilder::FindPhoneNumber(const UChar* chars, unsigned length, in FindPhoneNumber()
2535 void CacheBuilder::FindReset(FindState* state) in FindReset()
2542 void CacheBuilder::FindResetNumber(FindState* state) in FindResetNumber()
2549 IntRect CacheBuilder::getAreaRect(const HTMLAreaElement* area) in getAreaRect()
2573 void CacheBuilder::GetGlobalOffset(Node* node, int* x, int * y) in GetGlobalOffset()
2578 void CacheBuilder::GetGlobalOffset(Frame* frame, int* x, int* y) in GetGlobalOffset()
2597 Frame* CacheBuilder::HasFrame(Node* node) in HasFrame()
2612 bool CacheBuilder::HasOverOrOut(Node* node) in HasOverOrOut()
2623 bool CacheBuilder::HasTriggerEvent(Node* node) in HasTriggerEvent()
2639 bool CacheBuilder::IsDomainChar(UChar ch) in IsDomainChar()
2648 bool CacheBuilder::isFocusableText(NodeWalk* walk, bool more, Node* node, in isFocusableText()
2862 bool CacheBuilder::IsMailboxChar(UChar ch) in IsMailboxChar()
2875 bool CacheBuilder::setData(CachedFrame* cachedFrame) in setData()
2903 CacheBuilder* cacheBuilder = Builder((Frame* )cachedFrame->framePointer()); in setData()
2910 void CacheBuilder::TrackLayer(WTF::Vector<LayerTracker>& layerTracker, in TrackLayer()
2955 bool CacheBuilder::validNode(Frame* startFrame, void* matchFrame, in validNode()
2996 bool CacheBuilder::AddPartRect(IntRect& bounds, int x, int y, in AddPartRect()
3035 bool CacheBuilder::ConstructPartRects(Node* node, const IntRect& bounds, in ConstructPartRects()
3135 bool CacheBuilder::ConstructTextRect(Text* textNode, in ConstructTextRect()
3170 bool CacheBuilder::ConstructTextRects(Text* node, int start, in ConstructTextRects()