Searched defs:node_id (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/net/spdy/
H A Dspdy_priority_forest_test.cc218 const uint32 node_id = forest.NextNodeToRead(); local
219 ASSERT_TRUE(node_id == 1 || node_id == 5 || node_id == 7)
220 << "node_id is " << node_id;
221 ++counts[node_id];
259 const uint32 node_id = forest.NextNodeToWrite(); local
260 ASSERT_TRUE(node_id == 2 || node_id
[all...]
H A Dspdy_priority_forest.h42 bool NodeExists(NodeId node_id) const;
45 // on success, or false if the node_id already exists within the forest.
46 bool AddRootNode(NodeId node_id, Priority priority);
51 bool AddNonRootNode(NodeId node_id, NodeId parent_id, bool unordered);
55 bool RemoveNode(NodeId node_id);
59 Priority GetPriority(NodeId node_id) const;
63 NodeId GetParent(NodeId node_id) const;
68 bool IsNodeUnordered(NodeId node_id) const;
72 NodeId GetChild(NodeId node_id) const;
77 bool SetPriority(NodeId node_id, Priorit
168 AddRootNode( NodeId node_id, Priority priority) argument
180 AddNonRootNode( NodeId node_id, NodeId parent_id, bool unordered) argument
199 RemoveNode(NodeId node_id) argument
277 SetPriority( NodeId node_id, Priority priority) argument
297 SetParent( NodeId node_id, NodeId parent_id, bool unordered) argument
352 MarkReadyToRead(NodeId node_id) argument
357 MarkNoLongerReadyToRead( NodeId node_id) argument
374 MarkReadyToWrite(NodeId node_id) argument
379 MarkNoLongerReadyToWrite( NodeId node_id) argument
390 IsMarked( NodeId node_id, unsigned int flag) const argument
397 Mark( NodeId node_id, unsigned int flag) argument
407 Unmark( NodeId node_id, unsigned int flag) argument
459 NodeId node_id = root_id; local
500 const NodeId node_id = iter->first; local
[all...]
H A Dspdy_priority_tree.h86 bool NodeExists(NodeId node_id) const;
94 bool AddNode(NodeId node_id, NodeId parent_id, int weight, bool exclusive);
98 bool RemoveNode(NodeId node_id);
101 int GetWeight(NodeId node_id) const;
105 NodeId GetParent(NodeId node_id) const;
109 std::list<NodeId>* GetChildren(NodeId node_id) const;
112 bool SetWeight(NodeId node_id, int weight);
119 bool SetParent(NodeId node_id, NodeId parent_id, bool exclusive);
126 bool SetBlocked(NodeId node_id, bool blocked);
131 bool SetReady(NodeId node_id, boo
207 AddNode(NodeId node_id, NodeId parent_id, int weight, bool exclusive) argument
245 RemoveNode(NodeId node_id) argument
311 SetWeight( NodeId node_id, int weight) argument
331 SetParent( NodeId node_id, NodeId parent_id, bool exclusive) argument
380 SetBlocked(NodeId node_id, bool blocked) argument
391 SetReady(NodeId node_id, bool ready) argument
401 PropagateNodeState(NodeId node_id) argument
[all...]
/external/chromium_org/chrome/test/remoting/
H A Dme2me_browsertest.cc130 std::string node_id = "delete-client-" + host_id; local
131 ClickOnControl(node_id);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_browsertest.cc20 std::string node_id; member in struct:chromeos::__anon3262::InputTypeExpectation
264 helper.ClickElement(expectations[i].node_id, tab);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddom_tracker.cc21 int node_id, std::string* frame_id) {
22 if (node_to_frame_map_.count(node_id) == 0)
24 *frame_id = node_to_frame_map_[node_id];
87 int node_id; local
88 if (!dict->GetInteger("nodeId", &node_id))
92 node_to_frame_map_.insert(std::make_pair(node_id, frame_id));
20 GetFrameIdForNode( int node_id, std::string* frame_id) argument
H A Dweb_view_impl.cc230 int node_id; local
232 client_.get(), context_id, function, args, &found_node, &node_id);
237 return dom_tracker_->GetFrameIdForNode(node_id, out_frame);
412 int node_id; local
415 args, &found_node, &node_id);
421 params.SetInteger("nodeId", node_id);
684 int* node_id) {
726 if (!cmd_result->GetInteger("nodeId", node_id))
679 GetNodeIdFromFunction(DevToolsClient* client, int context_id, const std::string& function, const base::ListValue& args, bool* found_node, int* node_id) argument
/external/chromium_org/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc24 int64 node_id, syncer::ChangeRecord::Action action) {
27 record.id = node_id;
35 int64 node_id, const sync_pb::EntitySpecifics& specifics) {
38 record.id = node_id;
23 MakeSingletonChangeRecordList( int64 node_id, syncer::ChangeRecord::Action action) argument
34 MakeSingletonDeletionChangeRecordList( int64 node_id, const sync_pb::EntitySpecifics& specifics) argument
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_expanded_state_tracker.cc49 int64 node_id; local
51 if ((*i)->GetAsString(&value) && base::StringToInt64(value, &node_id) &&
52 (node = GetBookmarkNodeByID(bookmark_model_, node_id)) != NULL &&
H A Dbookmark_codec_unittest.cc213 int64 node_id = node->id(); local
214 EXPECT_TRUE(assigned_ids->find(node_id) == assigned_ids->end());
215 assigned_ids->insert(node_id);
/external/chromium_org/content/browser/
H A Dsession_history_browsertest.cc59 void ClickLink(std::string node_id) { argument
60 GURL url("javascript:clickLink('" + node_id + "')");
66 void FillForm(std::string node_id, std::string value) { argument
67 GURL url("javascript:fillForm('" + node_id + "', '" + value + "')");
76 void SubmitForm(std::string node_id) { argument
77 GURL url("javascript:submitForm('" + node_id + "')");
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client_stub_impl.cc85 void CrasAudioClientStubImpl::SetOutputNodeVolume(uint64 node_id, argument
96 void CrasAudioClientStubImpl::SetInputNodeGain(uint64 node_id, argument
107 void CrasAudioClientStubImpl::SetActiveOutputNode(uint64 node_id) { argument
108 if (active_output_node_id_ == node_id)
114 else if (node_list_[i].id == node_id)
117 active_output_node_id_ = node_id;
120 ActiveOutputNodeChanged(node_id));
123 void CrasAudioClientStubImpl::SetActiveInputNode(uint64 node_id) { argument
124 if (active_input_node_id_ == node_id)
130 else if (node_list_[i].id == node_id)
139 AddActiveInputNode(uint64 node_id) argument
146 RemoveActiveInputNode(uint64 node_id) argument
153 AddActiveOutputNode(uint64 node_id) argument
160 RemoveActiveOutputNode(uint64 node_id) argument
[all...]
H A Dcras_audio_client.cc67 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE {
71 writer.AppendUint64(node_id);
90 virtual void SetInputNodeGain(uint64 node_id, int32 input_gain) OVERRIDE {
94 writer.AppendUint64(node_id);
113 virtual void SetActiveOutputNode(uint64 node_id) OVERRIDE {
117 writer.AppendUint64(node_id);
124 virtual void SetActiveInputNode(uint64 node_id) OVERRIDE {
128 writer.AppendUint64(node_id);
135 virtual void AddActiveInputNode(uint64 node_id) OVERRIDE {
139 writer.AppendUint64(node_id);
277 uint64 node_id; local
287 uint64 node_id; local
433 ActiveOutputNodeChanged(uint64 node_id) argument
436 ActiveInputNodeChanged(uint64 node_id) argument
[all...]
/external/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos.cc19 // Returns a pointer to the device in |devices| with ID |node_id|, or NULL if it
22 uint64 node_id) {
25 if (it->id == node_id)
21 GetDevice(const chromeos::AudioDeviceList& devices, uint64 node_id) argument
/external/chromium_org/mojo/services/view_manager/
H A Ddisplay_manager.cc44 cc::SurfaceId node_id = view->surface_id(); local
47 surface_quad_state->surface = SurfaceId::From(node_id);
/external/chromium_org/sync/internal_api/test/
H A Dtest_entry_factory.cc183 syncable::Id node_id = TestIdFactory::MakeServer("xyz"); local
185 node_id);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h41 I node_id; // Root is kNoNodeId; member in struct:fst::Collection::Node
44 Node() : node_id(kNoNodeId), element(T()) {}
45 Node(I i, const T &t) : node_id(i), element(t) {}
48 return n.node_id == node_id && n.element == element;
54 return n.node_id + hash_(n.element) * kPrime;
70 id_ = node_.node_id;
86 I node_id = kNoNodeId; local
88 Node node(node_id, set[i]);
89 node_id
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dchrome_pages.cc51 int64 node_id) {
57 "/#%s%s", action.c_str(), base::Int64ToString(node_id).c_str()))));
118 void ShowBookmarkManagerForNode(Browser* browser, int64 node_id) { argument
119 OpenBookmarkManagerWithHash(browser, std::string(), node_id);
49 OpenBookmarkManagerWithHash(Browser* browser, const std::string& action, int64 node_id) argument
/external/chromium_org/v8/src/
H A Dallocation-tracker.h65 void AddRange(Address addr, int size, unsigned node_id);
74 RangeStack(Address start, unsigned node_id) argument
75 : start(start), trace_node_id(node_id) {}
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc229 int node_id,
235 node_id,
227 SendUpdate(ui::AXTreeUpdate update, ui::AXEvent event, int node_id, int routing_id, BrowserContext* browser_context) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc341 int32 node_id = 0; local
342 if (!base::StringToInt(node_ids[i], &node_id))
345 child = id_map_.Lookup(node_id);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c224 static int get_node_id(unsigned char *node_id) argument
295 if (node_id) {
296 memcpy(node_id, a, 6);
560 static unsigned char node_id[6]; local
566 if (get_node_id(node_id) <= 0) {
567 get_random_bytes(node_id, 6);
573 node_id[0] |= 0x01;
581 memcpy(uu.node, node_id, 6);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc565 Visibility GetVisibility(const std::string& node_id) { argument
571 "var node = document.getElementById('" + node_id + "');\n"
584 bool Click(const std::string& node_id) { argument
593 "document.getElementById('" + node_id + "').click();\n"));
597 bool ClickAndWaitForDetach(const std::string& node_id) { argument
607 if (!Click(node_id))
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc261 int64 BookmarkModelAssociator::GetSyncIdFromChromeId(const int64& node_id) { argument
262 BookmarkIdToSyncIdMap::const_iterator iter = id_map_.find(node_id);
273 const int64& node_id,
276 int64 sync_id = GetSyncIdFromChromeId(node_id);
288 int64 node_id = node->id(); local
290 DCHECK(id_map_.find(node_id) == id_map_.end());
292 id_map_[node_id] = sync_id;
272 InitSyncNodeFromChromeId( const int64& node_id, syncer::BaseNode* sync_node) argument
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc733 const BookmarkNode* BookmarksBridge::GetNodeByID(long node_id, int type) { argument
737 static_cast<int64>(node_id));
740 static_cast<int64>(node_id));

Completed in 8141 milliseconds

12