Searched refs:saveState (Results 1 - 20 of 20) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp28 virtual void saveState(QSessionManager &manager);
39 void WpaGuiApp::saveState(QSessionManager &manager) function in class:WpaGuiApp
41 QApplication::saveState(manager);
42 w->saveState();
H A Dwpagui.h44 void saveState();
H A Dwpagui.cpp1698 void WpaGui::saveState() function in class:WpaGui
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp30 virtual void saveState(QSessionManager &manager);
41 void WpaGuiApp::saveState(QSessionManager &manager) function in class:WpaGuiApp
43 QApplication::saveState(manager);
44 w->saveState();
H A Dwpagui.h44 void saveState();
H A Dwpagui.cpp1740 void WpaGui::saveState() function in class:WpaGui
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.h80 void saveState();
H A DBlit.cpp267 saveState();
300 saveState();
485 void Blit::saveState() function in class:gl::Blit
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrParser.h333 ParseState state = saveState();
382 ParseState state = saveState();
632 ParseState state = saveState();
704 ParseState saveState() function in class:JSC::Yarr::Parser
780 ParseState state = saveState();
/external/webkit/Source/WebCore/history/qt/
H A DHistoryItemQt.cpp93 QDataStream& WebCore::HistoryItem::saveState(QDataStream& out, int version) const function in class:WebCore::HistoryItem
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py410 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
452 self.UndoAdd(saveState)
464 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
519 self.UndoAdd(saveState)
557 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
559 self.UndoAdd(saveState)
584 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
590 self.UndoAdd(saveState)
594 def UndoAdd(self, saveState):
596 self.UndoStack.append(saveState)
[all...]
/external/icu4c/common/
H A Dustring.c576 UChar **saveState)
582 /* If saveState is NULL, the user messed up. */
585 *saveState = src; /* Set to "src" in case there are no delimiters */
587 else if (*saveState) {
588 tokSource = *saveState;
591 /* src == NULL && *saveState == NULL */
605 *saveState = nextToken;
608 else if (*saveState) {
610 *saveState = NULL;
616 *saveState
574 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) argument
[all...]
/external/webkit/Source/WebCore/history/
H A DHistoryItem.h202 QDataStream& saveState(QDataStream& out, int version) const;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp505 items[i].get()->saveState(target, version);
/external/icu4c/common/unicode/
H A Dustring.h382 * tokens. Unlike strtok(), the saveState (the current pointer within the
383 * original string) is maintained in saveState. In the first call, the
386 * NULL. The value saveState is set by this function to maintain the
396 * @param saveState The current pointer within the original string,
397 * which is set by this function. The saveState
408 UChar **saveState);
/external/icu4c/i18n/
H A Ducol.cpp5948 // way to exit is a goto saveState, which happens when we have filled
5955 goto saveState;
5999 goto saveState;
6017 goto saveState;
6066 goto saveState;
6126 goto saveState;
6224 goto saveState;
6280 goto saveState;
6320 goto saveState;
6391 goto saveState;
[all...]

Completed in 757 milliseconds