HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 102 history()->priorBounds(), &edges) == false)
129 return history()->checkVisited(node, direction);
337 return history()->directionChange();
576 CachedHistory* cachedHistory = history();
628 if (testData.setDownDirection(history()))
668 if (testData.setLeftDirection(history()))
797 if (testData.setRightDirection(history()))
868 CachedHistory* CachedFrame::history() const function in class:android::CachedFrame
    [all...]
  /external/grub/stage2/
char_io.c 245 /* The number of the history entries. */
248 /* Get the NOth history. If NO is less than zero or greater than or
259 /* Add CMDLINE to the history buffer. */
316 /* The index for the history. */
317 int history = -1; local
676 if (history < 0)
679 else if (grub_strcmp (get_history (history), buf) != 0)
680 /* If BUF is modified, add it into the history list. */
681 add_history (buf, history);
683 history++
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TextPrompt.js 34 this.history = [];
382 if (this.historyOffset == this.history.length)
391 this.text = this.history[this.history.length - this.historyOffset];
424 this.text = this.history[this.history.length - this.historyOffset];
DatabaseQueryView.js 133 this.prompt.history.push(query);
  /external/webkit/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 43 item.history();
  /external/webkit/WebCore/loader/
HistoryController.cpp 147 // history item.
151 frame->loader()->history()->saveDocumentState();
152 frame->loader()->history()->saveScrollPositionAndViewStateToItem(frame->loader()->history()->currentItem());
211 // Ultimately, history item navigations should go through the policy delegate. That's covered in:
242 if (childFrame && !childFrame->loader()->history()->urlsMatchItem(childItems[i].get()))
253 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().utf8().data());
264 LOG(History, "WebCoreHistory: Updating History for reload in frame %s", m_frame->loader()->documentLoader()->title().utf8().data())
    [all...]
FrameLoader.cpp 615 history()->saveDocumentState();
888 history()->restoreDocumentState();
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 376 QWebHistory* history = page->history(); local
377 int itemCount = history->maximumItemCount();
379 history->clear();
380 history->setMaximumItemCount(0);
381 history->setMaximumItemCount(itemCount);
607 QWebHistory* history = webPage()->history(); local
616 int maxItems = history->maximumItemCount();
618 foreach (const QWebHistoryItem item, history->backItems(maxItems))
    [all...]
  /external/webkit/WebKit/win/
WebHistory.h 61 /* [retval][out] */ IWebHistory** history);
64 /* [in] */ IWebHistory* history);
WebHistory.cpp 219 /* [retval][out] */ IWebHistory** history)
221 *history = sharedHistory();
222 if (*history)
223 (*history)->AddRef();
228 /* [in] */ IWebHistory* history)
230 if (sharedHistoryStorage() == history)
232 sharedHistoryStorage().query(history);
970 // Return a date that marks the age limit for history entries saved to or
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 31 private History mHistory;
47 Logic(Context context, History history, CalculatorDisplay display, Button equalButton) {
49 mHistory = history;
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 101 // We clear the history by setting the back/forward list's capacity to 0
150 COMPtr<IWebHistory> history; local
151 if (FAILED(WebKitCreateInstance(CLSID_WebHistory, 0, __uuidof(history), reinterpret_cast<void**>(&history))))
158 history->setOptionalSharedHistory(sharedHistory.get());
168 COMPtr<IWebHistory> history; local
169 if (FAILED(WebKitCreateInstance(CLSID_WebHistory, 0, __uuidof(history), reinterpret_cast<void**>(&history))))
173 if (FAILED(history->optionalSharedHistory(&sharedHistory)) || !sharedHistory)
1090 COMPtr<IWebHistory> history; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
colldata.cpp 864 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
869 if (history[offset] >= 0) {
870 return history[offset];
902 rlength = minLengthInChars(ceList, roffset, history);
934 //history[roffset++] = -1;
935 //history[roffset++] = 1;
938 rlength = minLengthInChars(ceList, roffset, history);
980 rlength = minLengthInChars(ceList, roffset, history);
996 history[offset] = shortestLength;
1004 int32_t *history = NEW_ARRAY(int32_t, clength) local
    [all...]
bmsearch.cpp 441 int32_t *history = NEW_ARRAY(int32_t, plen); local
443 if (history == NULL) {
449 history[i] = -1;
455 DELETE_ARRAY(history);
460 maxSkip = minLengthCache[0] = data->minLengthInChars(&patternCEs, 0, history);
467 minLengthCache[p] = data->minLengthInChars(&patternCEs, p, history);
482 DELETE_ARRAY(history);
  /external/icu4c/i18n/
colldata.cpp 862 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
867 if (history[offset] >= 0) {
868 return history[offset];
900 rlength = minLengthInChars(ceList, roffset, history);
932 //history[roffset++] = -1;
933 //history[roffset++] = 1;
936 rlength = minLengthInChars(ceList, roffset, history);
978 rlength = minLengthInChars(ceList, roffset, history);
994 history[offset] = shortestLength;
1002 int32_t *history = NEW_ARRAY(int32_t, clength) local
    [all...]
bmsearch.cpp 394 int32_t *history = NEW_ARRAY(int32_t, plen); local
396 if (history == NULL) {
402 history[i] = -1;
408 DELETE_ARRAY(history);
413 maxSkip = minLengthCache[0] = data->minLengthInChars(&patternCEs, 0, history);
420 minLengthCache[p] = data->minLengthInChars(&patternCEs, p, history);
435 DELETE_ARRAY(history);
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 554 WebHistory* history = WebHistory::sharedHistory(); local
555 if (!history)
558 history->visitedURL(loader->urlForHistory(), loader->title(), loader->originalRequestCopy().httpMethod(), loader->urlForHistoryReflectsFailure(), !loader->clientRedirectSourceForHistory());
567 WebHistory* history = WebHistory::sharedHistory(); local
578 if (history) {
579 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->clientRedirectSourceForHistory())) {
593 if (history) {
594 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->serverRedirectSourceForHistory())) {
679 // update title in global history
680 COMPtr<WebHistory> history = webHistory()
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 377 QVERIFY(m_page->history()->canGoBack());
378 QVERIFY(!m_page->history()->canGoForward());
379 QCOMPARE(m_page->history()->count(), 2);
380 QVERIFY(m_page->history()->backItem().isValid());
381 QVERIFY(!m_page->history()->forwardItem().isValid());
383 m_page->history()->back();
386 QVERIFY(!m_page->history()->canGoBack());
387 QVERIFY(m_page->history()->canGoForward());
391 QVERIFY(m_page->history()->currentItemIndex() == 0);
393 m_page->history()->setMaximumItemCount(3)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 358 * limit the amount of recursion, a "history" list is used to record
361 * in the history list is used.
365 * @param history - the history list. Must be at least as long as
372 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/icu4c/i18n/unicode/
colldata.h 371 * limit the amount of recursion, a "history" list is used to record
374 * in the history list is used.
378 * @param history - the history list. Must be at least as long as
385 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/chromium/third_party/icu/source/test/intltest/
tstnorm.cpp 650 char history[64]; local
651 uprv_strcpy(history, moves);
652 history[move-moves]=0;
655 name, history, c1, c2);
662 char history[64]; local
663 uprv_strcpy(history, moves);
664 history[move-moves]=0;
667 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]);
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 685 float[] history = mDataSamples; local
688 history[i + SAMPLE_X] *= scale;
689 history[i + SAMPLE_Y] *= scale;
691 history[i + SAMPLE_SIZE] *= scale; // TODO: square this?
692 history[i + SAMPLE_TOUCH_MAJOR] *= scale;
693 history[i + SAMPLE_TOUCH_MINOR] *= scale;
694 history[i + SAMPLE_TOOL_MAJOR] *= scale;
695 history[i + SAMPLE_TOOL_MINOR] *= scale;
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.h 74 QWebHistory* history() const;
qwebpage_p.h 169 QWebHistory history; member in class:QWebPagePrivate

Completed in 510 milliseconds

12 3 4 5