OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plan_type
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/
network_message_observer.cc
75
bool has_data = other_plan->
plan_type
== CELLULAR_DATA_PLAN_UNLIMITED ||
103
if (plan->
plan_type
== CELLULAR_DATA_PLAN_UNLIMITED) {
135
CellularDataPlanType
plan_type
) {
137
string16 message =
plan_type
== CELLULAR_DATA_PLAN_UNLIMITED ?
150
if (plan->
plan_type
== CELLULAR_DATA_PLAN_UNLIMITED) {
288
ShowNoDataNotification(current_plan->
plan_type
);
313
cellular_data_plan_type_ = plan->
plan_type
;
network_message_observer.h
37
virtual void ShowNoDataNotification(CellularDataPlanType
plan_type
);
network_message_observer_unittest.cc
17
plan.
plan_type
= type;
/external/chromium/chrome/browser/chromeos/cros/
network_library.cc
[
all
...]
network_library.h
775
plan_type
(CELLULAR_DATA_PLAN_UNLIMITED),
780
plan_type
(plan.
plan_type
),
805
CellularDataPlanType
plan_type
;
member in class:chromeos::CellularDataPlan
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc
565
plan_dict->SetInteger("planType", plan->
plan_type
);
[
all
...]
Completed in 86 milliseconds