Home
last modified time | relevance | path

Searched defs:node_id (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/net/spdy/
Dspdy_priority_forest.h163 bool SpdyPriorityForest<NodeId, Priority>::NodeExists(NodeId node_id) const { in NodeExists()
169 NodeId node_id, Priority priority) { in AddRootNode()
181 NodeId node_id, NodeId parent_id, bool unordered) { in AddNonRootNode()
199 bool SpdyPriorityForest<NodeId, Priority>::RemoveNode(NodeId node_id) { in RemoveNode()
240 NodeId node_id) const { in GetPriority()
250 NodeId SpdyPriorityForest<NodeId, Priority>::GetParent(NodeId node_id) const { in GetParent()
261 NodeId node_id) const { in IsNodeUnordered()
267 NodeId SpdyPriorityForest<NodeId, Priority>::GetChild(NodeId node_id) const { in GetChild()
278 NodeId node_id, Priority priority) { in SetPriority()
298 NodeId node_id, NodeId parent_id, bool unordered) { in SetParent()
[all …]
Dspdy_priority_forest_test.cc218 const uint32 node_id = forest.NextNodeToRead(); in TEST() local
259 const uint32 node_id = forest.NextNodeToWrite(); in TEST() local
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview_manager_client_impl.cc32 Id node_id, in AddNodeToViewManager()
204 CreateNodeTransaction(Id node_id, ViewManagerClientImpl* client) in CreateNodeTransaction()
228 DestroyNodeTransaction(Id node_id, ViewManagerClientImpl* client) in DestroyNodeTransaction()
304 ReorderNodeTransaction(Id node_id, in ReorderNodeTransaction()
337 SetActiveViewTransaction(Id node_id, in SetActiveViewTransaction()
362 SetBoundsTransaction(Id node_id, in SetBoundsTransaction()
454 Id node_id, in EmbedTransaction()
480 SetFocusTransaction(Id node_id, ViewManagerClientImpl* client) in SetFocusTransaction()
525 const Id node_id(MakeTransportId(connection_id_, ++next_id_)); in CreateNode() local
531 void ViewManagerClientImpl::DestroyNode(Id node_id) { in DestroyNode()
[all …]
/external/chromium_org/chromeos/dbus/
Dcras_audio_client_stub_impl.cc85 void CrasAudioClientStubImpl::SetOutputNodeVolume(uint64 node_id, in SetOutputNodeVolume()
96 void CrasAudioClientStubImpl::SetInputNodeGain(uint64 node_id, in SetInputNodeGain()
107 void CrasAudioClientStubImpl::SetActiveOutputNode(uint64 node_id) { in SetActiveOutputNode()
123 void CrasAudioClientStubImpl::SetActiveInputNode(uint64 node_id) { in SetActiveInputNode()
Dcras_audio_client.cc67 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE { in SetOutputNodeVolume()
90 virtual void SetInputNodeGain(uint64 node_id, int32 input_gain) OVERRIDE { in SetInputNodeGain()
113 virtual void SetActiveOutputNode(uint64 node_id) OVERRIDE { in SetActiveOutputNode()
124 virtual void SetActiveInputNode(uint64 node_id) OVERRIDE { in SetActiveInputNode()
235 uint64 node_id; in ActiveOutputNodeChangedReceived() local
245 uint64 node_id; in ActiveInputNodeChangedReceived() local
391 void CrasAudioClient::Observer::ActiveOutputNodeChanged(uint64 node_id){ in ActiveOutputNodeChanged()
394 void CrasAudioClient::Observer::ActiveInputNodeChanged(uint64 node_id) { in ActiveInputNodeChanged()
/external/chromium_org/mojo/services/view_manager/
Dtest_change_tracker.cc175 void TestChangeTracker::OnNodeBoundsChanged(Id node_id, in OnNodeBoundsChanged()
186 void TestChangeTracker::OnNodeHierarchyChanged(Id node_id, in OnNodeHierarchyChanged()
201 void TestChangeTracker::OnNodeReordered(Id node_id, in OnNodeReordered()
214 void TestChangeTracker::OnNodeDeleted(Id node_id, Id server_change_id) { in OnNodeDeleted()
229 void TestChangeTracker::OnNodeViewReplaced(Id node_id, in OnNodeViewReplaced()
Dview_manager_service_impl.cc72 const NodeId node_id(node->id()); in ~ViewManagerServiceImpl() local
122 Id node_id = NodeIdToTransportId(node->id()); in ProcessNodeBoundsChanged() local
347 const NodeId& node_id) { in DeleteNodeImpl()
542 const NodeId node_id(NodeIdFromTransportId(transport_node_id)); in CreateNode() local
557 const NodeId node_id(NodeIdFromTransportId(transport_node_id)); in DeleteNode() local
589 Id node_id, in RemoveNodeFromParent()
606 void ViewManagerServiceImpl::ReorderNode(Id node_id, in ReorderNode()
628 Id node_id, in GetNodeTree()
697 void ViewManagerServiceImpl::SetFocus(Id node_id, in SetFocus()
709 Id node_id, in SetNodeBounds()
Dview_manager_unittest.cc92 bool CreateNode(Id node_id) { in CreateNode()
110 bool RemoveNodeFromParent(Id node_id, Id server_change_id) { in RemoveNodeFromParent()
119 bool ReorderNode(Id node_id, in ReorderNode()
132 bool SetView(Id node_id, Id view_id) { in SetView()
150 void GetNodeTree(Id node_id, std::vector<TestNode>* nodes) { in GetNodeTree()
167 bool DeleteNode(Id node_id, Id server_change_id) { in DeleteNode()
186 bool SetNodeBounds(Id node_id, const gfx::Rect& bounds) { in SetNodeBounds()
313 virtual void OnNodeBoundsChanged(Id node_id, in OnNodeBoundsChanged()
326 virtual void OnNodeReordered(Id node_id, in OnNodeReordered()
387 ConnectionSpecificId node_id) { in BuildNodeId()
Dtest_change_tracker.h39 Id node_id; member
53 Id node_id; member
Dids.h40 ConnectionSpecificId node_id; member
/external/chromium_org/mojo/examples/image_viewer/
Dimage_viewer.cc31 uint32_t node_id, in Navigate()
93 void UpdateView(view_manager::Id node_id, const SkBitmap& bitmap) { in UpdateView()
126 void NavigatorImpl::UpdateView(view_manager::Id node_id, in UpdateView()
/external/chromium_org/chrome/browser/sync/
Dabstract_profile_sync_service_test.cc24 int64 node_id, syncer::ChangeRecord::Action action) { in MakeSingletonChangeRecordList()
35 int64 node_id, const sync_pb::EntitySpecifics& specifics) { in MakeSingletonDeletionChangeRecordList()
/external/chromium_org/mojo/examples/embedded_app/
Dembedded_app.cc42 void SetNodeColor(uint32 node_id, SkColor color) { in SetNodeColor()
53 uint32 node_id, in Navigate()
121 void ProcessPendingNodeColor(uint32 node_id) { in ProcessPendingNodeColor()
/external/chromium_org/chrome/test/chromedriver/chrome/
Ddom_tracker.cc21 int node_id, std::string* frame_id) { in GetFrameIdForNode()
87 int node_id; in ProcessNode() local
/external/chromium_org/chromeos/audio/
Dcras_audio_handler.cc257 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id) { in SetActiveOutputNode()
263 void CrasAudioHandler::SetActiveInputNode(uint64 node_id) { in SetActiveInputNode()
368 void CrasAudioHandler::ActiveOutputNodeChanged(uint64 node_id) { in ActiveOutputNodeChanged()
382 void CrasAudioHandler::ActiveInputNodeChanged(uint64 node_id) { in ActiveInputNodeChanged()
478 void CrasAudioHandler::SetOutputNodeVolume(uint64 node_id, int volume) { in SetOutputNodeVolume()
493 void CrasAudioHandler::SetInputNodeGain(uint64 node_id, int gain) { in SetInputNodeGain()
/external/chromium_org/content/browser/
Dsession_history_browsertest.cc59 void ClickLink(std::string node_id) { in ClickLink()
66 void FillForm(std::string node_id, std::string value) { in FillForm()
76 void SubmitForm(std::string node_id) { in SubmitForm()
/external/chromium_org/chrome/test/remoting/
Dme2me_browsertest.cc142 std::string node_id = "delete-client-" + host_id; in ConnectPinlessAndCleanupPairings() local
/external/chromium_org/mojo/examples/window_manager/
Dwindow_manager.cc83 void CloseWindow(Id node_id) { in CloseWindow()
209 void WindowManagerConnection::CloseWindow(Id node_id) { in CloseWindow()
/external/chromium_org/mojo/examples/html_viewer/
Dhtml_viewer.cc89 uint32_t node_id, in Navigate()
/external/chromium_org/tools/telemetry/telemetry/core/heap/
Dchrome_js_heap_snapshot_parser.py206 def _ReadEdgeFromIndex(self, node_id, edge_ix): argument
/external/chromium_org/components/bookmarks/browser/
Dbookmark_expanded_state_tracker.cc49 int64 node_id; in GetExpandedNodes() local
/external/chromium_org/mojo/examples/nesting_app/
Dnesting_app.cc49 uint32 node_id, in Navigate()
/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_model_associator.cc261 int64 BookmarkModelAssociator::GetSyncIdFromChromeId(const int64& node_id) { in GetSyncIdFromChromeId()
273 const int64& node_id, in InitSyncNodeFromChromeId()
288 int64 node_id = node->id(); in Associate() local
/external/chromium_org/chrome/browser/ui/
Dchrome_pages.cc52 int64 node_id) { in OpenBookmarkManagerWithHash()
121 void ShowBookmarkManagerForNode(Browser* browser, int64 node_id) { in ShowBookmarkManagerForNode()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c224 static int get_node_id(unsigned char *node_id) in get_node_id()
560 static unsigned char node_id[6]; in uuid__generate_time() local

12