HomeSort by relevance Sort by last modified time
    Searched refs:callbacks_destroyed_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 95 int callbacks_destroyed_; member in class:TemplateURLFetcherTest
130 callbacks_destroyed_(0),
138 callbacks_destroyed_++;
197 ASSERT_EQ(0, callbacks_destroyed_);
202 ASSERT_EQ(1, callbacks_destroyed_);
223 ASSERT_EQ(0, callbacks_destroyed_);
249 ASSERT_EQ(i + 1, static_cast<size_t>(callbacks_destroyed_));
254 static_cast<size_t>(callbacks_destroyed_));
270 ASSERT_EQ(0, callbacks_destroyed_);
275 ASSERT_EQ(1, callbacks_destroyed_);
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 87 int callbacks_destroyed_; member in class:TemplateURLFetcherTest
111 : callbacks_destroyed_(0),
122 callbacks_destroyed_++;
174 ASSERT_EQ(0, callbacks_destroyed_);
178 ASSERT_EQ(1, callbacks_destroyed_);
198 ASSERT_EQ(0, callbacks_destroyed_);
223 ASSERT_EQ(i + 1, static_cast<size_t>(callbacks_destroyed_));
228 static_cast<size_t>(callbacks_destroyed_));
242 ASSERT_EQ(0, callbacks_destroyed_);
246 ASSERT_EQ(1, callbacks_destroyed_);
    [all...]

Completed in 100 milliseconds