Searched refs:syncLocalStorage (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/mac/Storage/
H A DWebStorageManagerPrivate.h41 - (void)syncLocalStorage;
H A DWebStorageManager.mm78 - (void)syncLocalStorage
80 StorageTracker::tracker().syncLocalStorage();
/external/webkit/Source/WebCore/storage/
H A DStorageTracker.h74 void syncLocalStorage();
H A DStorageTracker.cpp547 void StorageTracker::syncLocalStorage() function in class:WebCore::StorageTracker
549 PageGroup::syncLocalStorage();
/external/webkit/Source/WebCore/page/
H A DPageGroup.h60 static void syncLocalStorage();
H A DPageGroup.cpp146 void PageGroup::syncLocalStorage() function in class:WebCore::PageGroup
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h266 void syncLocalStorage();
H A DLayoutTestControllerQt.cpp894 void LayoutTestController::syncLocalStorage() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp590 void LayoutTestController::syncLocalStorage() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h361 void syncLocalStorage(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp206 bindMethod("syncLocalStorage", &LayoutTestController::syncLocalStorage);
1718 void LayoutTestController::syncLocalStorage(const CppArgumentList&, CppVariant*) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h327 void syncLocalStorage();
H A DLayoutTestController.cpp442 controller->syncLocalStorage();
2307 { "syncLocalStorage", syncLocalStorageCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm138 void LayoutTestController::syncLocalStorage()
140 [[WebStorageManager sharedWebStorageManager] syncLocalStorage];
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp697 void LayoutTestController::syncLocalStorage() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1481 void LayoutTestController::syncLocalStorage() function in class:LayoutTestController

Completed in 129 milliseconds