OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNotifying
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.cc
30
ON_CALL(*this,
IsNotifying
()).WillByDefault(Return(false));
mock_bluetooth_gatt_characteristic.h
40
MOCK_CONST_METHOD0(
IsNotifying
, bool());
/external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h
145
virtual bool
IsNotifying
() const = 0;
bluetooth_gatt_chromeos_unittest.cc
834
EXPECT_FALSE(characteristic->
IsNotifying
());
[
all
...]
bluetooth_remote_gatt_characteristic_chromeos.h
49
virtual bool
IsNotifying
() const OVERRIDE;
bluetooth_remote_gatt_characteristic_chromeos.cc
152
bool BluetoothRemoteGattCharacteristicChromeOS::
IsNotifying
() const {
238
if (
IsNotifying
()) {
294
if (!
IsNotifying
()) {
/external/pdfium/fpdfsdk/include/formfiller/
FFL_Notify.h
38
FX_BOOL
IsNotifying
() const {return m_nNotifyFlag > 0;}
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
422
FX_BOOL
IsNotifying
() const {return m_bNotifying;}
Completed in 94 milliseconds