HomeSort by relevance Sort by last modified time
    Searched refs:isNull (Results 1 - 25 of 1002) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.cpp 31 double Coordinates::altitude(bool& isNull) const
36 isNull = true;
40 double Coordinates::altitudeAccuracy(bool& isNull) const
45 isNull = true;
49 double Coordinates::heading(bool& isNull) const
54 isNull = true;
58 double Coordinates::speed(bool& isNull) const
63 isNull = true;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.cpp 37 double DeviceAcceleration::x(bool& isNull) const
42 isNull = true;
46 double DeviceAcceleration::y(bool& isNull) const
51 isNull = true;
55 double DeviceAcceleration::z(bool& isNull) const
60 isNull = true;
DeviceRotationRate.cpp 37 double DeviceRotationRate::alpha(bool& isNull) const
42 isNull = true;
46 double DeviceRotationRate::beta(bool& isNull) const
51 isNull = true;
55 double DeviceRotationRate::gamma(bool& isNull) const
60 isNull = true;
DeviceOrientationEvent.cpp 60 double DeviceOrientationEvent::alpha(bool& isNull) const
65 isNull = true;
69 double DeviceOrientationEvent::beta(bool& isNull) const
74 isNull = true;
78 double DeviceOrientationEvent::gamma(bool& isNull) const
83 isNull = true;
87 bool DeviceOrientationEvent::absolute(bool& isNull) const
92 isNull = true;
DeviceAcceleration.h 42 double x(bool& isNull) const;
43 double y(bool& isNull) const;
44 double z(bool& isNull) const;
DeviceRotationRate.h 42 double alpha(bool& isNull) const;
43 double beta(bool& isNull) const;
44 double gamma(bool& isNull) const;
DeviceOrientationEvent.h 51 double alpha(bool& isNull) const;
52 double beta(bool& isNull) const;
53 double gamma(bool& isNull) const;
54 bool absolute(bool& isNull) const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamError.cpp 38 if (a.isNull() && b.isNull())
41 if (a.isNull() || b.isNull())
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserMediaRequest.cpp 71 ASSERT(!isNull());
77 ASSERT(!isNull());
83 ASSERT(!isNull());
89 ASSERT(!isNull());
95 ASSERT(!isNull() && m_private->scriptExecutionContext());
101 ASSERT(!isNull());
107 ASSERT(!isNull() && !streamDescriptor.isNull());
113 ASSERT(!isNull());
119 ASSERT(!isNull());
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursor_RowBuilderTest.java 40 assertTrue(cursor.isNull(COLUMN0_INDEX));
41 assertTrue(cursor.isNull(COLUMN1_INDEX));
42 assertTrue(cursor.isNull(COLUMN2_INDEX));
45 assertFalse(cursor.isNull(COLUMN0_INDEX));
47 assertTrue(cursor.isNull(COLUMN1_INDEX));
48 assertTrue(cursor.isNull(COLUMN2_INDEX));
51 assertFalse(cursor.isNull(COLUMN0_INDEX));
53 assertFalse(cursor.isNull(COLUMN1_INDEX));
55 assertTrue(cursor.isNull(COLUMN2_INDEX));
58 assertFalse(cursor.isNull(COLUMN0_INDEX))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebRTCConfiguration.cpp 61 ASSERT(!isNull());
67 ASSERT(!isNull());
73 ASSERT(!isNull());
94 ASSERT(!isNull());
100 ASSERT(!isNull());
WebHTTPLoadInfo.cpp 69 ASSERT(!m_private.isNull());
75 ASSERT(!m_private.isNull());
81 ASSERT(!m_private.isNull());
87 ASSERT(!m_private.isNull());
93 ASSERT(!m_private.isNull());
99 ASSERT(!m_private.isNull());
113 ASSERT(!m_private.isNull());
119 ASSERT(!m_private.isNull());
125 ASSERT(!m_private.isNull());
131 ASSERT(!m_private.isNull());
    [all...]
WebThreadSafeData.cpp 52 if (m_private.isNull())
59 if (m_private.isNull())
WebCString.cpp 44 if (isNull() != other.isNull())
45 return isNull() ? -1 : 1;
47 if (isNull())
74 return m_private.isNull() ? 0 : m_private->length();
79 return m_private.isNull() ? 0 : m_private->data();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterProgramInfo.cpp 41 return string.isNull() ? 0 : DefaultHash<String>::Hash::hash(string);
50 return m_vertexShaderString.isNull()
51 && m_fragmentShaderString.isNull();
74 ASSERT(!m_vertexShaderString.isNull() || !m_fragmentShaderString.isNull());
80 ASSERT(!m_vertexShaderString.isNull() || !m_fragmentShaderString.isNull());
  /external/chromium_org/ui/views/controls/button/
image_button_unittest.cc 29 EXPECT_TRUE(button.GetImageToPaint().isNull());
43 EXPECT_FALSE(button.GetImageToPaint().isNull());
59 EXPECT_FALSE(button.GetImageToPaint().isNull());
74 EXPECT_FALSE(button.GetImageToPaint().isNull());
80 EXPECT_TRUE(button.overlay_image_.isNull());
87 EXPECT_TRUE(button.GetImage(Button::STATE_NORMAL).isNull());
88 EXPECT_TRUE(button.GetImage(Button::STATE_HOVERED).isNull());
89 EXPECT_TRUE(button.GetImage(Button::STATE_PRESSED).isNull());
90 EXPECT_TRUE(button.GetImage(Button::STATE_DISABLED).isNull());
101 EXPECT_TRUE(button.GetImage(Button::STATE_PRESSED).isNull());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Player.h 52 bool paused() const { return !isNull(m_pauseStartTime); }
62 static double effectiveTime(double time) { return isNull(time) ? 0 : time; }
TimedItemCalculations.h 44 if (isNull(localTime))
87 ASSERT(isNull(localTime));
100 if (isNull(activeTime))
118 if (isNull(scaledActiveTime))
136 ASSERT(isNull(iterationTime) || iterationTime >= 0);
138 if (isNull(scaledActiveTime))
159 ASSERT(isNull(currentIteration) || currentIteration >= 0);
162 if (isNull(iterationTime))
179 ASSERT(isNull(currentIteration) || currentIteration >= 0);
181 ASSERT(isNull(iterationTime) || (iterationTime >= 0 && iterationTime <= iterationDuration))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowBase64.cpp 46 if (stringToEncode.isNull())
59 if (encodedString.isNull())
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
StringWithDirection.h 64 bool isNull() const { return m_string.isNull(); }
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaStreamTrackSourcesRequest.h 62 bool isNull() const { return m_private.isNull(); }
WebRTCSessionDescription.h 71 bool isNull() const { return m_private.isNull(); }
WebRTCSessionDescriptionRequest.h 66 bool isNull() const { return m_private.isNull(); }
WebRTCVoidRequest.h 65 bool isNull() const { return m_private.isNull(); }
  /external/chromium_org/third_party/WebKit/public/web/
WebUserGestureToken.h 59 bool isNull() const { return m_token.isNull(); }

Completed in 300 milliseconds

1 2 3 4 5 6 7 8 91011>>