Searched refs:IsPrivacySensitive (Results 1 – 8 of 8) sorted by relevance
114 json->PutExtAttr("privacySensitive", host->IsPrivacySensitive(), filter); in ToJsonValue()
603 sensitive = host->IsPrivacySensitive(); in CreateNodePaintMethod()2099 auto privacySensitive = host->IsPrivacySensitive(); in OnSensitiveStyleChange()
138 json->PutExtAttr("privacySensitive", host->IsPrivacySensitive(), filter); in ToJsonValue()
3909 return isSensitive_ && host->IsPrivacySensitive(); in IsSensitiveEnalbe()
575 EXPECT_FALSE(frameNode->IsPrivacySensitive());577 EXPECT_TRUE(frameNode->IsPrivacySensitive());
396 bool IsPrivacySensitive() const in IsPrivacySensitive() function
2257 if (IsPrivacySensitive()) { in MarkModifyDone()
1712 if (frameNode->IsPrivacySensitive()) { in DetachNode()