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

12

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp24 virtual void saveState(QSessionManager &manager);
35 void WpaGuiApp::saveState(QSessionManager &manager) function in class:WpaGuiApp
37 QApplication::saveState(manager);
38 w->saveState();
H A Dwpagui.h38 void saveState();
/external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
H A Dbackground.js45 saveState(); // Remove volume from local storage state.
142 function saveState() { function
205 function() { saveState(); },
233 saveState();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRecordingImageBufferSurface.h52 bool saveState(SkCanvas*, StateStack*);
53 // we should make sure that we can transfer state in saveState
H A DRecordingImageBufferSurface.cpp36 saved = saveState(m_currentFrame->getRecordingCanvas(), &stateStack);
159 bool RecordingImageBufferSurface::saveState(SkCanvas* srcCanvas, StateStack* stateStack) function in class:blink::RecordingImageBufferSurface
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_util.js79 * tab's saveState function and passes it to |callback|.
114 if (view.saveState)
115 tabData[tabId] = view.saveState();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DBlit9.h85 void saveState();
H A DBlit9.cpp188 saveState();
326 saveState();
574 void Blit9::saveState() function in class:rx::Blit9
/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/chromium_org/third_party/icu/source/common/
H A Dustring.cpp577 UChar **saveState)
583 /* If saveState is NULL, the user messed up. */
586 *saveState = src; /* Set to "src" in case there are no delimiters */
588 else if (*saveState) {
589 tokSource = *saveState;
592 /* src == NULL && *saveState == NULL */
606 *saveState = nextToken;
609 else if (*saveState) {
611 *saveState = NULL;
617 *saveState
575 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) argument
[all...]
/external/icu/icu4c/source/common/
H A Dustring.cpp577 UChar **saveState)
583 /* If saveState is NULL, the user messed up. */
586 *saveState = src; /* Set to "src" in case there are no delimiters */
588 else if (*saveState) {
589 tokSource = *saveState;
592 /* src == NULL && *saveState == NULL */
606 *saveState = nextToken;
609 else if (*saveState) {
611 *saveState = NULL;
617 *saveState
575 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) argument
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DSaveRestoreStateTest.java20 * Tests for the {@link android.webkit.WebView#saveState} and
122 boolean result = vars.awContents.saveState(bundle);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js784 saveState: false,
824 var canSelect, openParents, saveState,
846 saveState = function() {
847 if (_this.options.saveState) {
848 return _this.save_state_handler.saveState();
853 saveState();
875 return saveState();
1177 this.options.saveState = false;
1253 if (this.options.saveState) {
1452 if (this.options.saveState) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java400 public void saveState(IMemento memento) { method in class:ComponentsView
404 super.saveState(memento);
H A DComponentResultsView.java402 * @see org.eclipse.ui.part.ViewPart#saveState(org.eclipse.ui.IMemento)
404 public void saveState(IMemento memento) { method in class:ComponentResultsView
405 super.saveState(memento);
H A DPerformancesView.java634 public void saveState(IMemento memento) { method in class:PerformancesView
635 super.saveState(memento);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h122 const BytesTrie &saveState(State &state) const { function in class:BytesTrie
135 * @see saveState
H A Ducharstrie.h122 const UCharsTrie &saveState(State &state) const { function in class:UCharsTrie
135 * @see saveState
H A Dustring.h387 * tokens. Unlike strtok(), the saveState (the current pointer within the
388 * original string) is maintained in saveState. In the first call, the
391 * NULL. The value saveState is set by this function to maintain the
401 * @param saveState The current pointer within the original string,
402 * which is set by this function. The saveState
413 UChar **saveState);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h122 const BytesTrie &saveState(State &state) const { function in class:BytesTrie
135 * @see saveState
H A Ducharstrie.h122 const UCharsTrie &saveState(State &state) const { function in class:UCharsTrie
135 * @see saveState
H A Dustring.h387 * tokens. Unlike strtok(), the saveState (the current pointer within the
388 * original string) is maintained in saveState. In the first call, the
391 * NULL. The value saveState is set by this function to maintain the
401 * @param saveState The current pointer within the original string,
402 * which is set by this function. The saveState
413 UChar **saveState);
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c336 CSaveState saveState; member in struct:__anon13441
342 CSaveState *dest = &p->saveState;
368 const CSaveState *p = &dest->saveState;
1697 p->saveState.litProbs = 0;
1712 alloc->Free(alloc, p->saveState.litProbs);
1714 p->saveState.litProbs = 0;
1910 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp)
1914 p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
1915 if (p->litProbs == 0 || p->saveState.litProbs == 0)
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c337 CSaveState saveState; member in struct:__anon14772
343 CSaveState *dest = &p->saveState;
369 const CSaveState *p = &dest->saveState;
1698 p->saveState.litProbs = 0;
1713 alloc->Free(alloc, p->saveState.litProbs);
1715 p->saveState.litProbs = 0;
1911 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp)
1915 p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
1916 if (p->litProbs == 0 || p->saveState.litProbs == 0)
/external/lzma/C/
H A DLzmaEnc.c336 CSaveState saveState; member in struct:__anon26714
342 CSaveState *dest = &p->saveState;
368 const CSaveState *p = &dest->saveState;
1697 p->saveState.litProbs = 0;
1712 alloc->Free(alloc, p->saveState.litProbs);
1714 p->saveState.litProbs = 0;
1910 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp)
1914 p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
1915 if (p->litProbs == 0 || p->saveState.litProbs == 0)

Completed in 4454 milliseconds

12