Home
last modified time | relevance | path

Searched refs:INVALIDATE_LOAD (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h139 INVALIDATE_LOAD = 1 << 2, // The loading state has changed. enumerator
/external/chromium/chrome/browser/ui/
Dbrowser.cc3833 if (changed_flags & TabContents::INVALIDATE_LOAD) { in ScheduleUIUpdate()
3914 if (flags & TabContents::INVALIDATE_LOAD && GetStatusBubble()) { in ProcessPendingUIUpdates()