OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_data
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/chromeos/
network_message_observer.cc
75
bool
has_data
= other_plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED ||
local
79
return
has_data
&& will_apply;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h
103
bool
has_data
() const { return has_data_; }
function in class:cricket::Call
mediasession.h
100
bool
has_data
() const { return data_channel_type != DCT_NONE; }
function in struct:cricket::MediaSessionOptions
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py
696
def
has_data
(self):
member in class:install
705
('install_data',
has_data
),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py
696
def
has_data
(self):
member in class:install
705
('install_data',
has_data
),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py
232
if self.
has_data
():
242
def
has_data
(self):
member in class:Request
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py
232
if self.
has_data
():
242
def
has_data
(self):
member in class:Request
[
all
...]
Completed in 294 milliseconds