Searched refs:isNull (Results 176 - 200 of 965) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/controls/button/
H A Dimage_button.cc89 if (!images_[STATE_NORMAL].isNull()) {
111 if (!img.isNull()) {
119 if (!background_image_.isNull())
146 if (!images_[STATE_HOVERED].isNull() && hover_animation_->is_animating()) {
153 return !img.isNull() ? img : images_[STATE_NORMAL];
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTest.cpp190 EXPECT_TRUE(isNull(animationNode->timeFraction()));
207 EXPECT_TRUE(isNull(animationNode->timeFraction()));
233 EXPECT_TRUE(isNull(animationNode->timeFraction()));
252 EXPECT_TRUE(isNull(animationNode->currentIteration()));
253 EXPECT_TRUE(isNull(animationNode->timeFraction()));
270 EXPECT_TRUE(isNull(animationNode->currentIteration()));
271 EXPECT_TRUE(isNull(animationNode->timeFraction()));
409 EXPECT_TRUE(isNull(animationNode->timeFraction()));
428 EXPECT_TRUE(isNull(animationNode->timeFraction()));
431 EXPECT_TRUE(isNull(animationNod
[all...]
H A DAnimationPlayer.h73 double currentTime(bool& isNull);
113 bool hasStartTime() const { return !isNull(m_startTime); }
114 double startTime(bool& isNull) const;
/external/chromium_org/chrome/renderer/
H A Dweb_apps.cc74 if (href.isNull() || href.isEmpty())
124 if (document.isNull())
128 if (head.isNull())
H A Dchrome_render_frame_observer.cc32 if (image.isNull())
113 if (!context_node.isNull() && context_node.isElementNode()) {
/external/chromium_org/content/renderer/
H A Dhistory_controller.cc110 if (new_item.isNull())
113 if (old_item.isNull() ||
115 if (!old_item.isNull() &&
H A Dsavable_resources.cc83 if (value.isNull())
136 for (WebElement element = all.firstItem(); !element.isNull();
181 if (!value.isNull() && !value.isEmpty() &&
H A Dcontext_menu_params_builder.cc53 if (!data.frameHistoryItem.isNull()) {
61 if (!selectedElement.isNull() && selectedNode.isLink()) {
H A Ddom_serializer_browsertest.cc78 !element.isNull(); element = all.nextItem()) {
94 if (node.isNull())
372 ASSERT_TRUE(!head_element.isNull());
374 for (WebNode child = head_element.firstChild(); !child.isNull();
396 ASSERT_TRUE(!head_element.isNull());
398 ASSERT_TRUE(!meta_node.isNull());
407 for (WebNode child = meta_node.nextSibling(); !child.isNull();
424 ASSERT_TRUE(!head_ele.isNull());
427 for (WebNode child = head_ele.firstChild(); !child.isNull();
452 ASSERT_TRUE(!head_ele.isNull());
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSpaceSplitString.cpp156 if (inputString.isNull()) {
170 if (!m_keyString.isNull())
192 ASSERT(!string.isNull());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNode.cpp171 if (!event.isNull())
228 if (isNull())
244 if (isNull())
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebString.h90 bool isNull() const { return m_private.isNull(); } function in class:blink::WebString
166 return base::NullableString16(operator base::string16(), m_private.isNull());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.cpp74 element->appendChild(Text::create(document, data.isNull() ? "" : data), exceptionState);
78 if (!value.isNull())
184 m_disabled = !value.isNull();
192 if (bool willBeSelected = !value.isNull())
203 if (!value.isNull())
276 if (!label.isNull())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DGridResolvedPosition.cpp61 if (initialPosition.isAuto() && finalPosition.isSpan() && !finalPosition.namedGridLine().isNull())
63 if (finalPosition.isAuto() && initialPosition.isSpan() && !initialPosition.namedGridLine().isNull())
144 ASSERT(!position.namedGridLine().isNull());
169 if (!position.namedGridLine().isNull())
228 if (!position.namedGridLine().isNull()) {
239 ASSERT(!position.namedGridLine().isNull());
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProviderSuggestionsCursor.java89 public boolean isNull(int c) { method in class:ChromeBrowserProviderSuggestionsCursor
90 return mCursor.isNull(c);
/external/chromium_org/chrome/renderer/autofill/
H A Dpage_click_tracker_browsertest.cc66 ASSERT_FALSE(text_.isNull());
67 ASSERT_FALSE(textarea_.isNull());
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dmalware_dom_details.cc97 if (document.isNull()) {
105 for (; !element.isNull(); element = elements.nextItem()) {
/external/chromium_org/content/renderer/media/
H A Dvideo_source_handler.cc89 if (track.isNull()) {
117 if (stream.isNull()) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRuleImport.cpp78 if (!baseURL.isNull()) {
114 if (!m_parentStyleSheet->baseURL().isNull())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h63 bool isNull() const { return m_deepPosition.isNull(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStyleElement.cpp69 return n.isNull() ? defaultValue : n;
80 return n.isNull() ? MediaTypeNames::all : n;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebImageSkia.cpp142 bool WebImage::isNull() const function in class:blink::WebImage
144 return m_bitmap.isNull();
H A DWebMediaStream.cpp109 ASSERT(!isNull());
115 ASSERT(!isNull());
/external/chromium_org/third_party/WebKit/public/web/
H A DWebNode.h74 bool isNull() const { return m_private.isNull(); } function in class:blink::WebNode
/external/chromium_org/ui/message_center/views/
H A Dpadded_button.cc63 if (!image.isNull()) {
65 if (!background_image_.isNull())

Completed in 1593 milliseconds

1234567891011>>