Searched defs:position (Results 51 - 75 of 494) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/wml/
H A DWMLEventHandlingElement.cpp73 size_t position = m_doElements.find(doElement); local
74 if (position == WTF::notFound)
77 m_doElements.remove(position);
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEvent.h46 unsigned long long position() const { return loaded(); } function in class:WebCore::XMLHttpRequestProgressEvent
/external/webkit/Source/WebKit2/Shared/
H A DWebGestureEvent.cpp38 WebGestureEvent::WebGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, Modifiers modifiers, double timestamp) argument
40 , m_position(position)
H A DWebPlatformTouchPoint.cpp38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& screenPosition, const IntPoint& position) argument
42 , m_position(position)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DScannerParseLargeFileBenchmarkTest.java49 static int position = 0; field in class:ScannerParseLargeFileBenchmarkTest.MyReader
63 position = 0;
67 buf[i] = CONTENT[(i + position) % CONTENT.length];
71 position = (length + position) % CONTENT.length;
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.h69 virtual void SetPositionPreference(PositionPreference position) {} argument
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_linux.cc64 PositionPreference position) {
65 if (position == DEFAULT_POSITION)
66 position = LOWER_RIGHT;
70 if (position == UPPER_RIGHT)
72 else if (position == UPPER_LEFT)
74 else if (position == LOWER_LEFT)
76 else if (position == LOWER_RIGHT)
63 SetPositionPreference( PositionPreference position) argument
H A Dballoon_collection_win.cc53 PositionPreference position) {
54 if (position == DEFAULT_POSITION)
55 position = LOWER_RIGHT;
59 if (position == UPPER_RIGHT)
61 else if (position == UPPER_LEFT)
63 else if (position == LOWER_LEFT)
65 else if (position == LOWER_RIGHT)
52 SetPositionPreference( PositionPreference position) argument
/external/chromium/chrome/browser/policy/
H A Dpolicy_path_parser_win.cc49 size_t position = result.find(win_folder_mapping[i].name); local
50 if (position != std::wstring::npos) {
54 result.replace(position, wcslen(win_folder_mapping[i].name), path_string);
58 size_t position = result.find(kUserNamePolicyVarName); local
59 if (position != std::wstring::npos) {
66 result.replace(position, wcslen(kUserNamePolicyVarName), username_string);
69 position = result.find(kMachineNamePolicyVarName);
70 if (position != std::wstring::npos) {
79 position, wcslen(kMachineNamePolicyVarName), machinename_string);
/external/chromium/chrome/browser/renderer_host/
H A Dsave_file_resource_handler.cc28 uint64 position,
27 OnUploadProgress(int request_id, uint64 position, uint64 size) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DArrayData.java54 * @param position {@code non-null;} source position
59 public ArrayData(SourcePosition position, CodeAddress user, argument
62 super(position, RegisterSpecList.EMPTY);
H A DHighRegisterPrefix.java40 * @param position {@code non-null;} source position
43 public HighRegisterPrefix(SourcePosition position, argument
45 super(position, registers);
H A DLocalStart.java51 * @param position {@code non-null;} source position
55 public LocalStart(SourcePosition position, RegisterSpec local) { argument
56 super(position);
H A DTargetInsn.java35 * @param position {@code non-null;} source position
41 public TargetInsn(Dop opcode, SourcePosition position, argument
43 super(opcode, position, registers);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DPlainCstInsn.java34 * @param position {@code non-null;} source position
39 public PlainCstInsn(Rop opcode, SourcePosition position, argument
42 super(opcode, position, result, sources, cst);
H A DPlainInsn.java36 * @param position {@code non-null;} source position
40 public PlainInsn(Rop opcode, SourcePosition position, argument
42 super(opcode, position, result, sources);
62 * @param position {@code non-null;} source position
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
68 this(opcode, position, result, RegisterSpecList.make(source));
/external/doclava/src/com/google/doclava/
H A DSeeTagInfo.java25 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
26 super(name, kind, text, position);
33 LinkReference.parse(text(), mBase, position(), (!"@see".equals(name()))
/external/e2fsprogs/debugfs/
H A Dncheck.c25 int position; member in struct:inode_walk_struct
38 iw->position++;
39 if (iw->position <= 2)
116 iw.position = 0;
/external/flac/libFLAC/
H A Dogg_helper.c94 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data) argument
109 if((seek_status = seek_callback((FLAC__StreamEncoder*)encoder, position, client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
178 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data) argument
190 if((seek_status = seek_callback((FLAC__StreamEncoder*)encoder, position, client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
/external/icu4c/i18n/
H A Dudateintervalformat.cpp71 UFieldPosition* position,
88 if (position != 0) {
89 fp.setField(position->field);
97 if (position != 0) {
98 position->beginIndex = fp.getBeginIndex();
99 position->endIndex = fp.getEndIndex();
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/external/icu4c/layout/
H A DLEInsertionList.cpp18 le_int32 position; member in struct:InsertionRecord
54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) argument
66 insertion->position = position;
88 if (callback->applyInsertion(rec->position, rec->count, rec->glyphs)) {
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DPointLight.java45 * A point light emits light from a given position into all directions in space.
48 * In addition to a position, point lights also have a radius which
55 protected Vector3f position = new Vector3f(); field in class:PointLight
63 lastDistance = bv.distanceSquaredTo(position);
65 lastDistance = owner.getWorldTranslation().distanceSquared(position);
70 * Returns the world space position of the light.
72 * @return the world space position of the light.
77 return position;
81 * Set the world space position of the light.
83 * @param position th
85 setPosition(Vector3f position) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java57 public boolean visibleAtPosition(Vector2 position) { argument
/external/webkit/Source/WebCore/bindings/js/
H A DJavaScriptCallFrame.h58 const TextPosition0& position() const { return m_textPosition; } function in class:WebCore::JavaScriptCallFrame
/external/webkit/Source/WebCore/bindings/v8/
H A DV8LazyEventListener.h49 static PassRefPtr<V8LazyEventListener> create(const String& functionName, bool isSVGEvent, const String& code, const String& sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext) argument
51 return adoptRef(new V8LazyEventListener(functionName, isSVGEvent, code, sourceURL, position, worldContext));
60 V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext);

Completed in 1032 milliseconds

1234567891011>>