/external/chromium_org/v8/test/webkit/ |
dfg-patchable-get-by-id-after-watchpoint.js | 25 "This tests that a patchable GetById right after a watchpoint has the appropriate nop padding." 31 var c = p.g; // Patchable GetById. 62 // Cause first the watchpoint on o.f to fire, and then the GetById 65 P1.prototype.h = 58; // Reset the GetById. 66 P2.prototype.h = 59; // Not necessary, but what the heck - this resets the GetById even more.
|
/external/chromium/chrome/browser/extensions/ |
pending_extension_manager.h | 48 bool GetById(const std::string& id,
|
pending_extension_manager.cc | 33 bool PendingExtensionManager::GetById(
|
extension_service_unittest.cc | [all...] |
extension_service.cc | 560 bool is_pending_extension = pending_extension_manager_.GetById( [all...] |
/external/chromium_org/sync/syncable/ |
model_neutral_mutable_entry.h | 34 ModelNeutralMutableEntry(BaseWriteTransaction* trans, GetById, const Id&);
|
mutable_entry.h | 36 MutableEntry(WriteTransaction* trans, GetById, const Id&);
|
entry.h | 22 // Entry e = transaction.GetById(id); 29 enum GetById { 50 Entry(BaseTransaction* trans, GetById, const Id& id);
|
entry.cc | 21 Entry::Entry(BaseTransaction* trans, GetById, const Id& id)
|
mutable_entry.cc | 84 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id)
|
model_neutral_mutable_entry.cc | 48 BaseWriteTransaction* trans, GetById, const Id& id)
|
/external/chromium_org/extensions/browser/ |
pending_extension_manager.h | 58 const PendingExtensionInfo* GetById(const std::string& id) const;
|
pending_extension_manager.cc | 40 const PendingExtensionInfo* PendingExtensionManager::GetById( 68 return GetById(id) != NULL; 240 if (const PendingExtensionInfo* pending = GetById(id)) {
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_extension_helper.cc | 142 pending_extension_manager->GetById(id); 164 ASSERT_TRUE((info = pending_extension_manager->GetById(*iter)));
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.h | 186 // Entry e = transaction.GetById(id); 193 enum GetById { 355 Entry(BaseTransaction* trans, GetById, const Id& id); 470 MutableEntry(WriteTransaction* trans, GetById, const Id&); [all...] |
syncable.cc | [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_service_unittest.cc | [all...] |
extension_service.cc | 512 const Extension* extension = extensions_.GetByID(lowercase_id); 517 const Extension* extension = disabled_extensions_.GetByID(lowercase_id); 522 const Extension* extension = terminated_extensions_.GetByID(lowercase_id); 527 const Extension* extension = blacklisted_extensions_.GetByID(lowercase_id); 718 pending_extension_manager()->GetById(id); [all...] |
/external/chromium_org/chrome/browser/extensions/updater/ |
extension_updater.cc | 354 const PendingExtensionInfo* info = pending_extension_manager->GetById(
|