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

  /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_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 {
55 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/chrome/browser/extensions/
pending_extension_manager.h 57 const PendingExtensionInfo* GetById(const std::string& id) const;
pending_extension_manager.cc 41 const PendingExtensionInfo* PendingExtensionManager::GetById(
69 return GetById(id) != NULL;
277 if (const PendingExtensionInfo* pending = GetById(id)) {
extension_service_unittest.cc     [all...]
extension_service.cc 520 pending_extension_manager()->GetById(id);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 151 pending_extension_manager->GetById(id);
175 ASSERT_TRUE((info = pending_extension_manager->GetById(*iter)));
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 360 const PendingExtensionInfo* info = pending_extension_manager->GetById(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrm.h     [all...]

Completed in 1709 milliseconds