Searched refs:has_data (Results 1 – 17 of 17) sorted by relevance
75 bool has_data = other_plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED || in IsApplicableBackupPlan() local79 return has_data && will_apply; in IsApplicableBackupPlan()
27 if (!cursor_shape.has_data() || in CursorShapeIsValid()
136 if (msg.has_data()) { in main()
570 ASSERT_TRUE(msg.has_data()); in void_main()
324 bool CanResume(bool has_data);
1984 bool HttpCache::Transaction::CanResume(bool has_data) { in CanResume() argument1986 if (has_data && !entry_->disk_entry->GetDataSize(kResponseContentIndex)) in CanResume()
374 bool CanResume(bool has_data);
2406 bool HttpCache::Transaction::CanResume(bool has_data) { in CanResume() argument2408 if (has_data && !entry_->disk_entry->GetDataSize(kResponseContentIndex)) in CanResume()
103 bool has_data() const { return has_data_; } in has_data() function
100 bool has_data() const { return data_channel_type != DCT_NONE; } in has_data() function
1178 if (options.has_data()) { in CreateOffer()1395 bool rejected = !options.has_data() || data_content->rejected || in CreateAnswer()
283 if (options.has_data()) { in TestTransportInfo()
1919 if (options.has_data()) { in TestRejectOffer()
294 if (!packet->has_data() || packet->data().size() == 0) { in ProcessVideoPacket()
196 if (message.has_data()) in DeliverClientMessage()
760 if (!call_->has_data()) { in SendData()1095 if (call_->has_data()) { in SetupAcceptedCall()
133 (options.has_audio || options.has_video || options.has_data()); in EvaluateNeedForBundle()