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

1 2

  /external/webkit/WebCore/html/
HTMLInputElement.cpp 198 case IMAGE:
221 case IMAGE:
283 case IMAGE:
320 case IMAGE:
356 case IMAGE:
395 case IMAGE:
442 case IMAGE:
478 case IMAGE:
542 case IMAGE:
596 case IMAGE
    [all...]
HTMLInputElement.h 53 IMAGE,
86 virtual bool isEnumeratable() const { return inputType() != IMAGE; }
192 bool respectHeightAndWidthAttrs() const { return inputType() == IMAGE || inputType() == HIDDEN; }
ValidityState.cpp 108 case HTMLInputElement::IMAGE:
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 56 return throwError("Image constructor associated frame is unavailable", V8Proxy::ReferenceError);
60 return throwError("Image constructor associated document is unavailable", V8Proxy::ReferenceError);
66 RefPtr<HTMLImageElement> image = new HTMLImageElement(HTMLNames::imgTag, document); local
68 image->setWidth(toInt32(args[0]));
70 image->setHeight(toInt32(args[1]));
73 V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::ToInt(V8ClassIndex::IMAGE), image.get());
74 image->ref();
75 V8DOMWrapper::setJSWrapperForDOMNode(image.get(), v8::Persistent<v8::Object>::New(args.Holder()));
V8DOMWindowCustom.cpp 261 return V8DOMWrapper::getConstructor(V8ClassIndex::IMAGE, window);
  /external/webkit/WebKit/chromium/src/
DOMUtilitiesPrivate.cpp 100 if (input->inputType() == HTMLInputElement::IMAGE)
AssertMatchingEnums.cpp 237 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Image, HTMLInputElement::IMAGE);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 64 return test_expectations.IMAGE
217 return "No expected image hash found"
224 """Actual result image was missing."""
229 return "No expected image found"
237 """Image hashes didn't match."""
242 # We call this a simple image mismatch to avoid confusion, since
244 return "Image mismatch"
248 """Image hashes didn't match."""
253 return "Fuzzy image match also failed"
264 return "Images match, expected image hash incorrect.
    [all...]
test_expectations.py 43 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, TIMEOUT, CRASH, SKIP, WONTFIX,
87 self._expected_failures.get_test_set(REBASELINE, IMAGE) |
124 (result in (IMAGE, TEXT, IMAGE_PLUS_TEXT) and
210 -A test should only be one of IMAGE, TEXT, IMAGE+TEXT, or FAIL. FAIL is
211 a migratory state that currently means either IMAGE, TEXT, or
212 IMAGE+TEXT. Once we have finished migrating the expectations, we will
213 change FAIL to have the meaning of IMAGE+TEXT and remove the IMAGE+TEXT
223 'image': IMAGE
    [all...]
json_results_generator.py 71 test_expectations.IMAGE: "I",
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 104 public static final int IMAGE = 1;
244 mAttachmentType = IMAGE;
343 * @param type Type of this attachment, such as {@link IMAGE}
461 if (type == IMAGE) {
509 if (type == IMAGE) {
545 * one image attachment, for example.
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 131 V(IMAGE, HTMLImageElementConstructor) \
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 529 case WorkingMessage.IMAGE:
MessageUtils.java 376 return WorkingMessage.IMAGE;
596 part.setContentType("image/jpeg".getBytes());
597 String contentId = "Image" + System.currentTimeMillis();
613 * Message overhead that reduces the maximum image byte size.
640 UriImage image = new UriImage(context, imageUri);
641 part = image.getResizedImageAsPart(
    [all...]
ComposeMessageActivity.java     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 284 return input->inputType() == HTMLInputElement::IMAGE;
583 // NOTE: this assumes that any non-image with an anchor is an HTMLAnchorElement
1575 RenderImage* image = toRenderImage(m_renderer); local
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 52 #include "Image.h"
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 3390 CSSCursorImageValue* image = static_cast<CSSCursorImageValue*>(primitiveValue); local
4157 CSSImageValue* image = static_cast<CSSImageValue*>(val); local
4613 NinePieceImage image; local
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 

Completed in 225 milliseconds

1 2