Searched refs:position (Results 176 - 200 of 1122) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h53 virtual void write(const KURL& blobURL, long long position, int length) = 0;
54 virtual void truncate(long long position) = 0;
H A DFileStream.h82 int write(const KURL& blobURL, long long position, int length);
84 // Truncates the file to the specified position.
86 bool truncate(long long position);
H A DPlatformGestureEvent.h50 const IntPoint& position() const { return m_position; } // PlatformWindow coordinates. function in class:WebCore::PlatformGestureEvent
/external/webkit/Source/WebCore/platform/chromium/
H A DContextMenuChromium.cpp56 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item) argument
58 m_items.insert(position, item);
/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationServiceMock.h38 // purposes. It allows the position or error that will be reported by this class
41 // position or error every time either of these is updated.
52 static void setPosition(PassRefPtr<Geoposition> position);
53 static void setError(PassRefPtr<PositionError> position);
/external/webkit/Source/WebCore/platform/qt/
H A DContextMenuQt.cpp56 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item) argument
58 m_items.insert(position, item);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextMetrics.h34 static SVGTextMetrics measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length);
69 SVGTextMetrics(RenderSVGInlineText*, const TextRun&, unsigned position, unsigned textLength);
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileWriterChromium.cpp57 void AsyncFileWriterChromium::write(long long position, Blob* data) argument
60 m_writer->write(position, WebKit::WebURL(data->url()));
H A DWorkerAsyncFileWriterChromium.cpp72 void WorkerAsyncFileWriterChromium::write(long long position, Blob* data) argument
74 m_bridge->postWriteToMainThread(position, data->url());
/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)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebGeolocationManagerProxy.cpp59 void WebGeolocationManagerProxy::providerDidChangePosition(WebGeolocationPosition* position) argument
64 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidChangePosition(position->data()));
/external/chromium/chrome/browser/ui/
H A Dstatus_bubble.h49 // processed for child HWNDs. |position| is the absolute position of the
52 virtual void MouseMoved(const gfx::Point& position, bool left_content) = 0;
/external/icu4c/common/
H A Dchariter.cpp32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) argument
33 : textLength(length), pos(position), begin(0), end(length) {
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
/external/icu4c/common/unicode/
H A Duchriter.h52 * position is specified by "position". If "position" is outside the valid
56 * @param position The starting position of the iteration
60 int32_t position);
68 * position is specified by "position". If begin and end do not
69 * form a valid iteration range or "position" is outside the valid
73 * @param textBegin The begin position o
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DMessageProtocol.java73 buffer.position( 2 );
78 buffer.position( 0 );
152 buffer.limit( buffer.position() + current.remaining() );
159 buffer.limit( buffer.position() + extra );
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
H A DSDL_syscdrom.h40 /* Return the current status and play position, in frames, of the
41 drive. 'position' may be NULL, and if so, should be ignored.
43 CDstatus (*Status)(SDL_CD *cdrom, int *position);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc52 /* Constants to help us get at the SCSI position info */
53 #define POS_TRACK(pos) pos.position[6]
54 #define POS_ABS_M(pos) pos.position[9]
55 #define POS_ABS_S(pos) pos.position[10]
56 #define POS_ABS_F(pos) pos.position[11]
57 #define POS_REL_M(pos) pos.position[13]
58 #define POS_REL_S(pos) pos.position[14]
59 #define POS_REL_F(pos) pos.position[15]
71 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position);
315 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java57 public boolean visibleAtPosition(Vector2 position) { argument
/external/webkit/Source/WebCore/dom/
H A DDOMTextContentWalker.h38 // around a position in a given text node.
42 DOMTextContentWalker(const VisiblePosition& position, unsigned maxLength);
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.idl46 void seek(in long long position) raises (FileException);
52 readonly attribute long long position;
/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.h41 - (void)setPosition:(WebGeolocationPosition *)position;
/external/doclava/src/com/google/doclava/
H A DParameterInfo.java25 SourcePositionInfo position) {
30 mPosition = position;
45 SourcePositionInfo position() { method in class:ParameterInfo
24 ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, SourcePositionInfo position) argument
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/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMetaBox.java65 int pos = content.position();
70 content.position(pos);
74 content.position(pos);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBaseAdapterTest.java38 public Object getItem(int position) { argument
43 public long getItemId(int position) { argument
48 public View getView(int position, View convertView, ViewGroup parent) { argument

Completed in 495 milliseconds

1234567891011>>