HomeSort by relevance Sort by last modified time
    Searched full:isnull (Results 251 - 275 of 1269) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebSearchableFormData.cpp 75 // The isNull() check is trying to avoid completeURL returning KURL() when passed a null string.
76 return form->document().completeURL(action.isNull() ? "" : action).protocolIs("http");
165 if (control->isDisabledFormControl() || control->name().isNull())
208 if (control->isDisabledFormControl() || control->name().isNull())
290 KURL url(formElement->document().completeURL(action.isNull() ? "" : action));
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 202 ASSERT_FALSE(element.isNull());
205 ASSERT_FALSE(element.isNull());
344 ASSERT_FALSE(element.isNull());
347 ASSERT_FALSE(element.isNull());
449 ASSERT_FALSE(element.isNull());
452 ASSERT_FALSE(element.isNull());
479 ASSERT_FALSE(element.isNull());
482 ASSERT_FALSE(element.isNull());
749 ASSERT_FALSE(username_element.isNull());
750 ASSERT_FALSE(password_element.isNull());
    [all...]
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 104 bool IsNull(base::DictionaryValue* value, const std::string& key) {
113 bool IsNull(v8::Handle<v8::Object> value, const std::string& key) {
120 return child->IsNull();
123 bool IsNull(base::ListValue* value, uint32 index) {
132 bool IsNull(v8::Handle<v8::Array> value, uint32 index) {
138 return child->IsNull();
233 v8_object->Get(v8::String::NewFromUtf8(isolate_, "null"))->IsNull());
312 // EXPECT_TRUE(IsNull(converted.get(), "foo"));
353 EXPECT_TRUE(IsNull(converted.get(), 0));
469 EXPECT_TRUE(IsNull(object_result.get(), "obj"))
    [all...]
savable_resources.cc 82 if (value.isNull())
135 for (WebNode node = all.firstItem(); !node.isNull();
184 if (!value.isNull() && !value.isEmpty() &&
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 159 if (endOfSelection.isNull() || endOfSelection.isOrphan() || startOfLastParagraph.isNull() || startOfLastParagraph.isOrphan()) {
164 if (endOfSelection.isNull())
181 if (endOfSelection.isNull() || endOfSelection.isOrphan()) {
183 if (endOfSelection.isNull())
337 if (start.isNull() || end.isNull())
VisibleUnits.cpp 224 if (position.isNull())
265 if (position.isNull())
349 if (visiblePosition.isNull())
362 if (adjacentCharacterPosition == current || adjacentCharacterPosition.isNull())
423 if (leftWordBreak.isNull() && isEditablePosition(visiblePosition.deepEquivalent())) {
436 if (rightWordBreak.isNull() && isEditablePosition(visiblePosition.deepEquivalent())) {
640 if (p.isNull())
667 if (p.isNull())
717 if (c.isNull())
790 if (c.isNull())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 414 if (m_dateFormat.isNull())
426 if (m_monthFormat.isNull())
433 if (m_shortMonthFormat.isNull())
440 if (m_timeFormatWithSeconds.isNull())
447 if (!m_timeFormatWithoutSeconds.isNull())
466 if (!m_dateTimeFormatWithSeconds.isNull())
478 if (!m_dateTimeFormatWithoutSeconds.isNull())
  /external/clang/lib/AST/
ASTImporter.cpp 368 if (T1.isNull() || T2.isNull())
369 return T1.isNull() && T2.isNull();
    [all...]
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_unittest.cc 137 EXPECT_FALSE(key.isNull());
747 EXPECT_FALSE(key.isNull());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 115 if (value.isNull())
216 if (!shorthandPropertyAppeared.get(shortPropertyIndex) && value.isNull())
221 if (!value.isNull()) {
449 if (!commonValue.isNull() && commonValue != value)
665 } else if (!commonValue.isNull() && commonValue != valueText)
696 else if (!commonValue.isNull() && commonValue != valueText)
724 if (text.isNull())
726 if (res.isNull())
746 if (value.isNull()) {
754 else if (!commonValue.isNull() && commonValue != value
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 208 assertFalse(cursorWindow.isNull(0, 0));
219 assertFalse(cursorWindow.isNull(0, 0));
232 assertTrue(cursorWindow.isNull(0, 1));
250 assertFalse(cursorWindow.isNull(0, 2));
270 assertFalse(cursorWindow.isNull(0, 3));
277 assertFalse(cursorWindow.isNull(0, 4));
AbstractCursor_SelfContentObserverTest.java 99 public boolean isNull(int column) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeFixture.cs 58 Assert.IsNull(t.Parent);
71 Assert.IsNull(r0.Parent);
85 Assert.IsNull(r0.Parent);
111 Assert.IsNull(root.Parent);
139 Assert.IsNull(root.Parent);
166 Assert.IsNull(dup.Parent);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 375 if (!replacement1.isNull())
377 if (!replacement2.isNull())
386 ASSERT(!content.isNull());
450 if (contentValue.isNull())
454 if (nameValue.isNull()) {
459 if (!httpEquivValue.isNull())
  /external/chromium_org/v8/src/platform/
time.cc 255 if (IsNull()) {
304 if (IsNull()) {
336 if (IsNull()) {
366 if (IsNull()) {
524 ASSERT(!ticks.IsNull());
532 ASSERT(!ticks.IsNull());
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 193 (data().favicon.isNull() ? kFaviconSize : data().favicon.width());
197 if (!data().favicon.isNull() && data().favicon.width() != kFaviconSize)
219 if (!data().favicon.isNull()) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 111 m_frontend->consoleProfile(id, currentDebugLocation(), title.isNull() ? 0 : &title);
120 if (title.isNull()) {
144 m_frontend->addProfileHeader(id, location, createCPUProfile(*profile), resolvedTitle.isNull() ? 0 : &resolvedTitle);
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.cpp 134 if (entryType.isNull() || equalIgnoringCase(entryType, "resource"))
140 if (entryType.isNull() || equalIgnoringCase(entryType, "mark"))
142 if (entryType.isNull() || equalIgnoringCase(entryType, "measure"))
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp 205 if (!m_remoteDescription.isNull()) {
215 if (!localDescription.isNull() && localDescription.sdp() == "local") {
224 if (!remoteDescription.isNull() && remoteDescription.sdp() == "remote") {
  /external/chromium_org/v8/test/cctest/
test-time.cc 80 CHECK(null.IsNull());
96 CHECK(null.IsNull());
114 CHECK(null.IsNull());
  /external/chromium/base/
callback_unittest.cc 95 TEST_F(CallbackTest, IsNull) {
  /external/chromium/chrome/browser/ui/cocoa/
table_row_nsimage_cache.mm 73 if (!bitmap_icon.isNull()) {
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 60 if (element.isNull())
275 if (node.isNull() || !node.isElementNode() || !render_view())
291 if (!child_img.isNull() && child_img.isElementNode()) {
312 if (!result.urlElement().isNull()) {
  /external/chromium_org/cc/layers/
image_layer.cc 80 return !bitmap_.isNull() && TiledLayer::DrawsContent();
  /external/chromium_org/chrome/browser/chromeos/login/
user_image.cc 34 if (image.isNull())

Completed in 1326 milliseconds

<<11121314151617181920>>