HomeSort by relevance Sort by last modified time
    Searched full:instate (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebKit/mac/Carbon/
CarbonUtils.m 36 static void PoolCleaner( EventLoopTimerRef inTimer, EventLoopIdleTimerMessage inState, void *inUserData );
79 PoolCleaner( EventLoopTimerRef inTimer, EventLoopIdleTimerMessage inState, void *inUserData )
81 if ( inState == kEventLoopIdleTimerStarted ) {
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 341 long canRestoreState(Bundle inState, boolean restoreIncognitoTabs) {
342 final long[] ids = (inState == null) ? null : inState.getLongArray(POSITIONS);
346 final long oldcurrent = inState.getLong(CURRENT);
348 if (restoreIncognitoTabs || (hasState(oldcurrent, inState) && !isIncognito(oldcurrent, inState))) {
353 if (hasState(id, inState) && !isIncognito(id, inState)) {
379 * @param inState The saved state of all the tabs.
384 void restoreState(Bundle inState, long currentId
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuPresenter.java 143 public void restoreHierarchyState(Bundle inState) {
144 SparseArray<Parcelable> viewStates = inState.getSparseParcelableArray(VIEWS_TAG);
148 int subMenuId = inState.getInt(OPEN_SUBMENU_KEY, 0);
ListMenuPresenter.java 190 public void restoreHierarchyState(Bundle inState) {
191 SparseArray<Parcelable> viewStates = inState.getSparseParcelableArray(VIEWS_TAG);
  /external/libvpx/vp8/encoder/
picklpf.c 197 // Re-instate the unfiltered frame
215 // Re-instate the unfiltered frame
251 // Re-instate the unfiltered frame
357 // Re-instate the unfiltered frame
397 // Re-instate the unfiltered frame
437 // Re-instate the unfiltered frame
rdopt.c     [all...]
  /external/libxml2/
parser.c 253 (ctxt->instate == XML_PARSER_EOF))
290 (ctxt->instate == XML_PARSER_EOF))
496 (ctxt->instate == XML_PARSER_EOF))
526 (ctxt->instate == XML_PARSER_EOF))
564 (ctxt->instate == XML_PARSER_EOF))
602 (ctxt->instate == XML_PARSER_EOF))
633 (ctxt->instate == XML_PARSER_EOF))
662 (ctxt->instate == XML_PARSER_EOF))
691 (ctxt->instate == XML_PARSER_EOF))
718 (ctxt->instate == XML_PARSER_EOF)
6511 xmlParserInputState instate; local
    [all...]
HTMLparser.c 77 (ctxt->instate == XML_PARSER_EOF))
81 ctxt->instate = XML_PARSER_EOF;
110 (ctxt->instate == XML_PARSER_EOF))
137 (ctxt->instate == XML_PARSER_EOF))
413 if (ctxt->instate == XML_PARSER_EOF)
    [all...]
parserInternals.c 109 (ctxt->instate == XML_PARSER_EOF))
113 ctxt->instate = XML_PARSER_EOF;
142 (ctxt->instate == XML_PARSER_EOF))
169 (ctxt->instate == XML_PARSER_EOF))
198 (ctxt->instate == XML_PARSER_EOF))
450 if ((ctxt == NULL) || (ctxt->instate == XML_PARSER_EOF) ||
457 (ctxt->instate != XML_PARSER_COMMENT)) {
622 if (ctxt->instate == XML_PARSER_EOF)
    [all...]
SAX2.c 64 ctxt->instate = XML_PARSER_EOF;
86 (ctxt->instate == XML_PARSER_EOF))
124 (ctxt->instate == XML_PARSER_EOF))
155 (ctxt->instate == XML_PARSER_EOF))
180 (ctxt->instate == XML_PARSER_EOF))
204 (ctxt->instate == XML_PARSER_EOF))
977 ctxt->instate = XML_PARSER_EOF;
    [all...]
xmlwriter.c     [all...]
xmlreader.c     [all...]
xmlIO.c 465 (ctxt->instate == XML_PARSER_EOF))
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 106 public WebBackForwardList restoreState(Bundle inState) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 225 public void restoreFromState(Bundle inState) {
227 Parcelable list[] = inState.getParcelableArray(KEY_MAIN);
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 102 public WebBackForwardList restoreState(Bundle inState);
WebView.java 735 * @param inState the incoming Bundle of state
740 public WebBackForwardList restoreState(Bundle inState) {
742 return mProvider.restoreState(inState);
    [all...]
WebViewClassic.java     [all...]
  /external/libxml2/include/libxml/
parser.h 223 xmlParserInputState instate; /* current type of input */ member in struct:_xmlParserCtxt
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 528 parser->instate = XML_PARSER_CONTENT; // We are parsing a CONTENT
    [all...]
  /external/webkit/Source/WebCore/loader/
FTPDirectoryParser.cpp 517 * to re-instate it.
    [all...]

Completed in 1389 milliseconds