Lines Matching refs:WriteNode

433 // WriteNode member definitions
434 void WriteNode::EncryptIfNecessary(sync_pb::EntitySpecifics* unencrypted) {
468 void WriteNode::SetIsFolder(bool folder) {
476 void WriteNode::SetTitle(const std::wstring& title) {
489 void WriteNode::SetURL(const GURL& url) {
495 void WriteNode::SetAppSpecifics(
501 void WriteNode::SetAutofillSpecifics(
507 void WriteNode::PutAutofillSpecificsAndMarkForSyncing(
515 void WriteNode::SetAutofillProfileSpecifics(
521 void WriteNode::PutAutofillProfileSpecificsAndMarkForSyncing(
530 void WriteNode::SetBookmarkSpecifics(
536 void WriteNode::PutBookmarkSpecificsAndMarkForSyncing(
544 void WriteNode::SetNigoriSpecifics(
550 void WriteNode::PutNigoriSpecificsAndMarkForSyncing(
557 void WriteNode::SetPasswordSpecifics(
584 void WriteNode::SetPreferenceSpecifics(
590 void WriteNode::SetThemeSpecifics(
596 void WriteNode::SetSessionSpecifics(
602 void WriteNode::ResetFromSpecifics() {
609 void WriteNode::PutPasswordSpecificsAndMarkForSyncing(
616 void WriteNode::PutPreferenceSpecificsAndMarkForSyncing(
624 void WriteNode::SetTypedUrlSpecifics(
630 void WriteNode::SetExtensionSpecifics(
636 void WriteNode::PutAppSpecificsAndMarkForSyncing(
644 void WriteNode::PutThemeSpecificsAndMarkForSyncing(
652 void WriteNode::PutTypedUrlSpecificsAndMarkForSyncing(
660 void WriteNode::PutExtensionSpecificsAndMarkForSyncing(
668 void WriteNode::PutSessionSpecificsAndMarkForSyncing(
676 void WriteNode::PutSpecificsAndMarkForSyncing(
687 void WriteNode::SetExternalId(int64 id) {
692 WriteNode::WriteNode(WriteTransaction* transaction)
697 WriteNode::~WriteNode() {
701 // Find an existing node matching the ID |id|, and bind this WriteNode to it.
703 bool WriteNode::InitByIdLookup(int64 id) {
712 // Find a node by client tag, and bind this WriteNode to it.
715 bool WriteNode::InitByClientTagLookup(syncable::ModelType model_type,
729 bool WriteNode::InitByTagLookup(const std::string& tag) {
744 void WriteNode::PutModelType(syncable::ModelType model_type) {
756 // Create a new node with default properties, and bind this WriteNode to it.
758 bool WriteNode::InitByCreation(syncable::ModelType model_type,
792 // and bind this WriteNode to it.
797 bool WriteNode::InitUniqueByCreation(syncable::ModelType model_type,
869 bool WriteNode::SetPosition(const BaseNode& new_parent,
899 const syncable::Entry* WriteNode::GetEntry() const {
903 const BaseTransaction* WriteNode::GetTransaction() const {
907 void WriteNode::Remove() {
912 void WriteNode::PutPredecessor(const BaseNode* predecessor) {
920 void WriteNode::SetFaviconBytes(const vector<unsigned char>& bytes) {
926 void WriteNode::MarkForSyncing() {
1934 WriteNode node(trans);
1971 WriteNode node(&trans);
2021 WriteNode node(&trans);
2124 WriteNode child(trans);
2152 WriteNode child(trans);