/external/chromium/chrome/browser/sync/glue/ |
H A D | bookmark_model_associator.cc | 185 int64 BookmarkModelAssociator::GetSyncIdFromChromeId(const int64& node_id) { argument 186 BookmarkIdToSyncIdMap::const_iterator iter = id_map_.find(node_id); 197 const int64& node_id, 200 int64 sync_id = GetSyncIdFromChromeId(node_id); 212 int64 node_id = node->id(); local 214 DCHECK(id_map_.find(node_id) == id_map_.end()); 216 id_map_[node_id] = sync_id; 196 InitSyncNodeFromChromeId( const int64& node_id, sync_api::BaseNode* sync_node) argument
|
H A D | autofill_model_associator.cc | 420 const std::string& node_id, 419 InitSyncNodeFromChromeId( const std::string& node_id, sync_api::BaseNode* sync_node) argument
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
H A D | bookmarks_bridge.cc | 227 const BookmarkNode* BookmarksBridge::GetNodeByID(long node_id, argument 232 static_cast<int64>(node_id)); 235 static_cast<int64>(node_id)); 237 node = bookmark_model_->GetNodeByID(static_cast<int64>(node_id));
|
/external/chromium_org/chrome/browser/bookmarks/ |
H A D | bookmark_codec_unittest.cc | 194 int64 node_id = node->id(); local 195 EXPECT_TRUE(assigned_ids->find(node_id) == assigned_ids->end()); 196 assigned_ids->insert(node_id);
|
/external/chromium_org/net/spdy/ |
H A D | spdy_priority_forest.h | 41 bool NodeExists(NodeId node_id) const; 44 // on success, or false if the node_id already exists within the forest. 45 bool AddRootNode(NodeId node_id, Priority priority); 50 bool AddNonRootNode(NodeId node_id, NodeId parent_id, bool unordered); 54 bool RemoveNode(NodeId node_id); 58 Priority GetPriority(NodeId node_id) const; 62 NodeId GetParent(NodeId node_id) const; 67 bool IsNodeUnordered(NodeId node_id) const; 71 NodeId GetChild(NodeId node_id) const; 76 bool SetPriority(NodeId node_id, Priorit 167 AddRootNode( NodeId node_id, Priority priority) argument 179 AddNonRootNode( NodeId node_id, NodeId parent_id, bool unordered) argument 198 RemoveNode(NodeId node_id) argument 276 SetPriority( NodeId node_id, Priority priority) argument 296 SetParent( NodeId node_id, NodeId parent_id, bool unordered) argument 351 MarkReadyToRead(NodeId node_id) argument 356 MarkNoLongerReadyToRead( NodeId node_id) argument 373 MarkReadyToWrite(NodeId node_id) argument 378 MarkNoLongerReadyToWrite( NodeId node_id) argument 389 IsMarked( NodeId node_id, unsigned int flag) const argument 396 Mark( NodeId node_id, unsigned int flag) argument 406 Unmark( NodeId node_id, unsigned int flag) argument 458 NodeId node_id = root_id; local 499 const NodeId node_id = iter->first; local [all...] |
/external/e2fsprogs/lib/uuid/ |
H A D | gen_uuid.c | 220 static int get_node_id(unsigned char *node_id) argument 291 if (node_id) { 292 memcpy(node_id, a, 6); 555 static unsigned char node_id[6]; local 561 if (get_node_id(node_id) <= 0) { 562 get_random_bytes(node_id, 6); 568 node_id[0] |= 0x01; 576 memcpy(uu.node, node_id, 6);
|
/external/chromium/chrome/browser/sync/engine/ |
H A D | syncapi_unittest.cc | 148 syncable::Id node_id = syncable::Id::CreateFromServerId(type_tag); local 150 node_id); 294 int64 node_id; local 315 node_id = wnode.GetId(); 353 EXPECT_EQ(wnode.GetId(), node_id);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
H A D | safe_browsing_blocking_page_test.cc | 543 Visibility GetVisibility(const std::string& node_id) { argument 549 "var node = document.getElementById('" + node_id + "');\n" 562 bool Click(const std::string& node_id) { argument 571 ASCIIToUTF16("document.getElementById('" + node_id + "').click();\n")); 575 bool ClickAndWaitForDetach(const std::string& node_id) { argument 585 if (!Click(node_id))
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | bookmark_model_associator.cc | 232 int64 BookmarkModelAssociator::GetSyncIdFromChromeId(const int64& node_id) { argument 233 BookmarkIdToSyncIdMap::const_iterator iter = id_map_.find(node_id); 244 const int64& node_id, 247 int64 sync_id = GetSyncIdFromChromeId(node_id); 259 int64 node_id = node->id(); local 261 DCHECK(id_map_.find(node_id) == id_map_.end()); 263 id_map_[node_id] = sync_id; 243 InitSyncNodeFromChromeId( const int64& node_id, syncer::BaseNode* sync_node) argument
|
/external/chromium_org/chrome/browser/sync/ |
H A D | profile_sync_service_session_unittest.cc | 599 int64 node_id = model_associator_->GetSyncIdFromSessionTag( local 607 node_id, ChangeRecord::ACTION_UPDATE)); 618 int64 node_id = model_associator_->GetSyncIdFromSessionTag( local 626 node_id, ChangeRecord::ACTION_ADD)); 637 int64 node_id = model_associator_->GetSyncIdFromSessionTag( local 647 node_id, deleted_specifics)); 688 size_t node_id = i + 1; local 689 model_associator_->local_tab_pool_.AddTabNode(node_id); 690 model_associator_->local_tab_pool_.AssociateTabNode(node_id, i); 691 model_associator_->local_tab_pool_.FreeTabNode(node_id); [all...] |
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
H A D | bookmark_editor_gtk.cc | 66 int64 node_id = GetIdFromTreeIter(model, iter); local 67 if (data->ids->find(node_id) != data->ids->end())
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
H A D | web_view_impl.cc | 223 int node_id; local 225 client_.get(), context_id, function, args, &found_node, &node_id); 230 return dom_tracker_->GetFrameIdForNode(node_id, out_frame); 401 int node_id; local 404 args, &found_node, &node_id); 410 params.SetInteger("nodeId", node_id); 607 int* node_id) { 649 if (!cmd_result->GetInteger("nodeId", node_id)) 602 GetNodeIdFromFunction(DevToolsClient* client, int context_id, const std::string& function, const base::ListValue& args, bool* found_node, int* node_id) argument
|
/external/v8/src/arm/ |
H A D | deoptimizer-arm.cc | 239 unsigned node_id = iterator.Next(); local 240 USE(node_id); 241 ASSERT(node_id == ast_id); 585 int node_id = iterator->Next(); local 592 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); 724 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
|
/external/v8/src/mips/ |
H A D | deoptimizer-mips.cc | 229 unsigned node_id = iterator.Next(); local 230 USE(node_id); 231 ASSERT(node_id == ast_id); 575 int node_id = iterator->Next(); local 582 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); 714 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
|
/external/v8/src/x64/ |
H A D | deoptimizer-x64.cc | 216 unsigned node_id = iterator.Next(); local 217 USE(node_id); 218 ASSERT(node_id == ast_id); 563 int node_id = iterator->Next(); local 570 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); 704 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
|
/external/chromium/chrome/browser/ui/webui/options/ |
H A D | certificate_manager_handler.cc | 82 std::string node_id; local 83 if (!args->GetString(0, &node_id)){ 86 net::X509Certificate* cert = IdToCert(node_id);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
H A D | certificate_manager_handler.cc | 179 std::string node_id; local 180 if (!args->GetString(0, &node_id)) 183 net::X509Certificate* cert = IdToCert(node_id);
|
/external/chromium_org/chromeos/audio/ |
H A D | cras_audio_handler.cc | 250 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id) { argument 252 SetActiveOutputNode(node_id); 256 void CrasAudioHandler::SetActiveInputNode(uint64 node_id) { argument 258 SetActiveInputNode(node_id); 358 void CrasAudioHandler::ActiveOutputNodeChanged(uint64 node_id) { argument 359 if (active_output_node_id_ == node_id) 365 if (GetDeviceFromId(node_id)) { 367 << "Active output node changed unexpectedly by system node_id=" 368 << "0x" << std::hex << node_id; local 372 void CrasAudioHandler::ActiveInputNodeChanged(uint64 node_id) { argument 382 << "0x" << std::hex << node_id; local 465 SetOutputNodeVolume(uint64 node_id, int volume) argument 480 SetInputNodeGain(uint64 node_id, int gain) argument [all...] |
/external/kernel-headers/original/linux/ |
H A D | mmzone.h | 327 int node_id; member in struct:pglist_data
|
/external/v8/src/ia32/ |
H A D | deoptimizer-ia32.cc | 330 unsigned node_id = iterator.Next(); local 331 USE(node_id); 332 ASSERT(node_id == ast_id); 664 int node_id = iterator->Next(); local 671 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); 801 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
|
/external/chromium_org/sync/internal_api/ |
H A D | sync_manager_impl_unittest.cc | 171 syncable::Id node_id = syncable::Id::CreateFromServerId(type_tag); local 173 node_id); 200 syncable::Id node_id = syncable::Id::CreateFromServerId(client_tag); local 202 node_id); 337 int64 node_id; local 358 node_id = wnode.GetId(); 399 EXPECT_EQ(wnode.GetId(), node_id); 1953 int64 node_id = 0; local 1964 node_id = password_node.GetId(); 1990 password_node.InitByIdLookup(node_id)); [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
H A D | markdown.php | 2726 $node_id = $this->fn_id_prefix . $matches[1]; variable 2730 if (isset($this->footnotes[$node_id])) { 2732 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id]; 2733 unset($this->footnotes[$node_id]); 2749 $node_id = $this->encodeAttribute($node_id); variable 2752 "<sup id=\"fnref:$node_id\">". 2753 "<a href=\"#fn:$node_id\"$attr>$num</a>".
|
/external/v8/src/ |
H A D | deoptimizer.cc | 544 unsigned node_id = input_data->AstId(bailout_id_)->value(); local 597 node_id, 1348 void Translation::BeginJSFrame(int node_id, int literal_id, unsigned height) { argument 1350 buffer_->Add(node_id);
|