Searched defs:position (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
H A Dcallback-exception.js12 var position; variable
14 position = p
15 shouldBe('position.coords.latitude', 'mockLatitude');
16 shouldBe('position.coords.longitude', 'mockLongitude');
17 shouldBe('position.coords.accuracy', 'mockAccuracy');
H A Dposition-string.js1 description("Tests formatting of position.toString().");
12 var position; variable
15 position = p
16 shouldBe('position.coords.latitude', 'mockLatitude');
17 shouldBe('position.coords.longitude', 'mockLongitude');
18 shouldBe('position.coords.accuracy', 'mockAccuracy');
19 shouldBe('position.toString()', '"[object Geoposition]"');
20 shouldBe('position.coords.toString()', '"[object Coordinates]"');
H A Dsuccess.js12 var position; variable
14 position = p
15 shouldBe('position.coords.latitude', 'mockLatitude');
16 shouldBe('position.coords.longitude', 'mockLongitude');
17 shouldBe('position.coords.accuracy', 'mockAccuracy');
H A Dtimeout.js12 var position; variable
14 position = p;
15 shouldBe('position.coords.latitude', 'mockLatitude');
16 shouldBe('position.coords.longitude', 'mockLongitude');
17 shouldBe('position.coords.accuracy', 'mockAccuracy');
H A Dreentrant-success.js12 var position; variable
21 position = p;
22 shouldBe('position.coords.latitude', 'mockLatitude');
23 shouldBe('position.coords.longitude', 'mockLongitude');
24 shouldBe('position.coords.accuracy', 'mockAccuracy');
38 position = p;
39 shouldBe('position.coords.latitude', 'mockLatitude');
40 shouldBe('position.coords.longitude', 'mockLongitude');
41 shouldBe('position.coords.accuracy', 'mockAccuracy');
H A Dmaximum-age.js10 var position; variable
15 position = p;
16 shouldBe('position.coords.latitude', 'mockLatitude');
17 shouldBe('position.coords.longitude', 'mockLongitude');
18 shouldBe('position.coords.accuracy', 'mockAccuracy');
41 // Update the position provided by the mock service.
43 // The default maximumAge is zero, so we expect the updated position from the service.
56 // The maximumAge is non-zero, so we expect the cached position, not the error from the service.
H A Dwatch.js1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
10 var position; variable
14 position = p;
15 shouldBe('position.coords.latitude', 'mockLatitude');
16 shouldBe('position.coords.longitude', 'mockLongitude');
17 shouldBe('position.coords.accuracy', 'mockAccuracy');
/external/webkit/WebCore/css/
H A DStyleList.cpp38 void StyleList::insert(unsigned position, PassRefPtr<StyleBase> child) argument
41 if (position >= length())
44 m_children.insert(position, child);
48 void StyleList::remove(unsigned position) argument
50 if (position >= length())
52 m_children.remove(position);
/external/webkit/WebCore/rendering/
H A DSVGCharacterLayoutInfo.h54 unsigned position() const function in class:WebCore::PositionedVector
59 void advance(unsigned position) argument
61 m_position += position;
111 // Global position
/external/webkit/WebCore/svg/graphics/filters/
H A DSVGPointLightSource.h34 static PassRefPtr<PointLightSource> create(const FloatPoint3D& position) argument
36 return adoptRef(new PointLightSource(position));
39 const FloatPoint3D& position() const { return m_position; } function in class:WebCore::PointLightSource
44 PointLightSource(const FloatPoint3D& position) argument
46 , m_position(position)
/external/webkit/WebKit/chromium/src/
H A DProfilerAgentImpl.cpp43 void ProfilerAgentImpl::getLogLines(int position) argument
46 const int readSize = v8::V8::GetLogLines(position, buffer, sizeof(buffer) - 1);
48 position += readSize;
49 m_delegate->didGetLogLines(position, buffer);
/external/icu4c/layout/
H A DSubstitutionLookups.cpp31 le_int32 position,
44 tempIterator.setCurrStreamPosition(position);
25 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
H A DGlyphIterator.h58 void setCurrStreamPosition(le_int32 position);
82 le_int32 position; member in class:GlyphIterator
/external/webkit/WebCore/editing/
H A DMoveSelectionCommand.h37 static PassRefPtr<MoveSelectionCommand> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartMove = false) argument
39 return adoptRef(new MoveSelectionCommand(fragment, position, smartMove));
H A DMoveSelectionCommand.cpp34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartMove) argument
35 : CompositeEditCommand(position.node()->document()), m_fragment(fragment), m_position(position), m_smartMove(smartMove)
49 // Update the position otherwise it may become invalid after the selection is deleted.
/external/webkit/WebCore/platform/text/
H A DTextBoundaries.cpp39 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward) argument
44 position = textBreakFollowing(it, position);
45 while (position != TextBreakDone) {
48 if (position < len && isAlphanumeric(chars[position - 1]))
49 return position;
51 position = textBreakFollowing(it, position);
56 position
70 findWordBoundary(const UChar* chars, int len, int position, int* start, int* end) argument
[all...]
/external/webkit/WebCore/platform/text/qt/
H A DTextBoundariesQt.cpp43 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward) argument
47 iterator.setPosition(position >= len ? len - 1 : position);
67 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end) argument
71 iterator.setPosition(position);
72 *start = position > 0 ? iterator.toPreviousBoundary() : 0;
73 *end = position == len ? len : iterator.toNextBoundary();
/external/bluetooth/bluez/sbc/
H A Dsbc_primitives.h40 int position; member in struct:sbc_encoder_state
50 int (*sbc_enc_process_input_4s_le)(int position,
53 int (*sbc_enc_process_input_4s_be)(int position,
56 int (*sbc_enc_process_input_8s_le)(int position,
59 int (*sbc_enc_process_input_8s_be)(int position,
/external/chromium/third_party/icu/source/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/chromium/third_party/icu/source/i18n/
H A Ducol_cnt.h42 uint32_t position; member in struct:ContractionTable
53 int32_t position; member in struct:CntTable
87 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status);
/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/i18n/
H A Ducol_cnt.h42 uint32_t position; member in struct:ContractionTable
53 int32_t position; member in struct:CntTable
87 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status);
/external/webkit/WebCore/bindings/v8/custom/
H A DV8CustomPositionCallback.cpp46 void V8CustomPositionCallback::handleEvent(Geoposition* position) argument
57 toV8(position)
/external/webkit/WebCore/html/
H A DCollectionCache.h52 unsigned position; member in struct:WebCore::CollectionCache
/external/webkit/WebCore/page/
H A DGeolocationController.cpp67 void GeolocationController::positionChanged(GeolocationPosition* position) argument
72 observersVector[i]->setPosition(position);

Completed in 1160 milliseconds

12345678910