OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_id
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/sync/syncable/
syncable_base_transaction.cc
14
Id BaseTransaction::
root_id
() {
function in class:syncer::syncable::BaseTransaction
/external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc
179
syncable::Id
root_id
;
local
192
kernel.put(syncable::ID,
root_id
);
preference_model_associator.cc
118
int64
root_id
;
local
119
if (!GetSyncIdForTaggedNode(kPreferencesTag, &
root_id
)) {
127
if (!root.InitByIdLookup(
root_id
)) {
/external/chromium_org/webkit/browser/fileapi/
dump_file_system.cc
79
SandboxDirectoryDatabase::FileId
root_id
;
local
80
if (!directory_db.GetFileWithPath(StringToFilePath("/"), &
root_id
))
85
paths.push(std::make_pair(
root_id
, ""));
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc
217
int
root_id
= root_object.axID();
local
220
obj.axID() !=
root_id
) {
242
if (obj.axID() !=
root_id
) {
/external/chromium_org/net/spdy/
spdy_priority_forest.h
425
const NodeId
root_id
= iter->first;
local
432
roots[total_weight] =
root_id
;
455
const NodeId
root_id
= root_iter->second;
local
458
NodeId node_id =
root_id
;
/external/tcpdump/
print-stp.c
41
u_int8_t
root_id
[8];
member in struct:stp_bpdu_
127
stp_print_bridge_id((const u_char *)&stp_bpdu->
root_id
),
229
stp_print_bridge_id((const u_char *)&stp_bpdu->
root_id
),
/external/v8/src/
serialize.cc
817
int
root_id
= source_->GetInt(); \
818
new_object = isolate->heap()->roots_array_start()[
root_id
]; \
952
int
root_id
= RootArrayConstantFromByteCode(data);
local
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable.h
1086
inline Id
root_id
() const { return Id(); }
function in class:syncable::BaseTransaction
[
all
...]
/external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc
199
syncable::Id
root_id
= root_entry.GetId();
local
207
entry.PutServerParentId(
root_id
);
208
entry.PutParentId(
root_id
);
1104
int64
root_id
= kInvalidId;
local
[
all
...]
/external/chromium_org/v8/src/
serialize.cc
970
int
root_id
= source_->GetInt(); \
971
new_object = isolate->heap()->roots_array_start()[
root_id
]; \
1117
int
root_id
= RootArrayConstantFromByteCode(data);
local
1126
int
root_id
= RootArrayConstantFromByteCode(data);
local
[
all
...]
Completed in 208 milliseconds