Searched refs:GetChunks (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_unittest.cc274 MOCK_METHOD1(GetChunks, void(GetChunksCallback));
317 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
354 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
395 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
443 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
490 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
538 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
589 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
637 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
684 EXPECT_CALL(test_delegate, GetChunks(
[all...]
H A Ddatabase_manager.h358 virtual void GetChunks(GetChunksCallback callback) OVERRIDE;
H A Dprotocol_manager.h419 // may be made to GetChunks at a time.
420 virtual void GetChunks(GetChunksCallback callback) = 0;
H A Dprotocol_manager.cc534 delegate_->GetChunks(
H A Ddatabase_manager.cc454 void SafeBrowsingDatabaseManager::GetChunks(GetChunksCallback callback) { function in class:SafeBrowsingDatabaseManager
/external/chromium_org/v8/src/
H A Dliveedit-debugger.js69 MarkChangedFunctions(root_old_node, pos_translator.GetChunks());
484 PosTranslator.prototype.GetChunks = function() {
/external/v8/src/
H A Dliveedit-debugger.js67 MarkChangedFunctions(root_old_node, pos_translator.GetChunks());
467 PosTranslator.prototype.GetChunks = function() {

Completed in 109 milliseconds