Searched defs:initialized (Results 1 - 25 of 147) sorted by relevance

123456

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringStatics.cpp64 static bool initialized; local
65 if (!initialized) {
78 initialized = true;
/external/webkit/Source/WebCore/css/
H A DMediaFeatureNames.cpp40 static bool initialized; local
41 if (!initialized) {
48 initialized = true;
H A DCSSPropertySourceData.cpp111 static bool initialized; local
112 if (!initialized) {
114 initialized = true;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
H A DActivateFonts.cpp41 static bool initialized; local
43 if (initialized)
45 initialized = true;
/external/chromium/base/threading/
H A Dthread_local_storage.h57 bool initialized() const { return initialized_; } function in class:base::ThreadLocalStorage::Slot
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DListMap.java50 private static boolean initialized; field in class:ListMap
131 initialized = true;
151 if (!initialized)
160 if (!initialized)
170 if (!initialized)
/external/webkit/Source/WebCore/loader/archive/
H A DArchiveFactory.cpp60 static bool initialized = false; local
62 if (initialized)
71 initialized = true;
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.cpp37 static bool initialized = false; local
40 if (!initialized) {
86 static bool initialized = false; local
87 if (initialized)
90 initialized = true;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGeometryBinding.h42 bool initialized() const { return m_initialized; } function in class:WebCore::GeometryBinding
H A DProgramBinding.h45 bool initialized() const { return m_initialized; } function in class:WebCore::ProgramBindingBase
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.h90 bool initialized() const { return m_initialized; } function in class:WebCore::WMLSelectElement
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkcontext.cpp31 static bool initialized = false; local
32 if (initialized)
36 initialized = true;
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.h68 bool initialized() const { return initialized_; } function in class:cricket::DeviceManager
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.h38 int initialized; member in struct:SDL_PrivateVideoData
/external/skia/third_party/glu/libtess/
H A Dpriorityq-sort.h109 int initialized; member in struct:PriorityQ
H A Dpriorityq.h109 int initialized; member in struct:PriorityQ
H A Dpriorityq-heap.h98 int initialized; member in struct:PriorityQ
/external/webkit/Tools/WebKitAPITest/
H A DHostWindow.cpp63 static bool initialized; local
64 if (initialized)
66 initialized = true;
H A DTestsController.cpp122 static bool initialized; local
123 if (initialized)
125 initialized = true;
/external/webkit/Tools/WebKitTestRunner/win/
H A DPlatformWebViewWin.cpp35 static bool initialized; local
36 if (initialized)
38 initialized = true;
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAbstractAppState.java46 * <code>initialized</code> is set to true when the method
48 * is called. When {@link AbstractAppState#cleanup() } is called, <code>initialized</code>
51 protected boolean initialized = false; field in class:AbstractAppState
55 initialized = true;
59 return initialized;
86 initialized = false;
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp110 static bool initialized; local
111 if (!initialized) {
116 initialized = true;
/external/webkit/Source/WebCore/platform/win/
H A DSystemInfo.cpp36 static bool initialized = false; local
40 if (!initialized) {
41 initialized = true;
120 static bool initialized = false; local
123 if (!initialized) {
124 initialized = true;
141 static bool initialized = false; local
144 if (!initialized) {
145 initialized = true;
/external/chromium/chrome/browser/chromeos/login/
H A Doobe_progress_bar.cc39 static bool initialized = false; local
40 if (!initialized) {
51 initialized = true;
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.cc61 static bool initialized = false; local
63 if (!initialized) {
64 initialized = true;

Completed in 500 milliseconds

123456