Searched defs:IsFull (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator_unittest.cc293 virtual bool IsFull() { function in class:MockTopSites
355 ASSERT_TRUE(top_sites->IsFull());
/external/webp/src/utils/
H A Dhuffman.c32 static int IsFull(const HuffmanTree* const tree) { function
127 if (IsFull(tree)) return 0; // error: too many symbols.
196 ok = ok && IsFull(tree);
231 ok = ok && IsFull(tree);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Djid.cc177 Jid::IsFull() const { function in class:buzz::Jid
186 if (!IsFull())
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc198 if (!IsFull()) {
515 bool TopSites::IsFull() { function in class:history::TopSites
801 if (!IsFull()) {
/external/v8/src/
H A Dmark-compact.h184 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } function in class:v8::internal::MarkingDeque
199 if (IsFull()) {
211 if (IsFull()) {
229 if (IsFull()) {
319 inline bool IsFull() { function in class:v8::internal::SlotsBuffer
354 if (buffer == NULL || buffer->IsFull()) {

Completed in 144 milliseconds