prefixes         2109 Source/core/html/canvas/WebGLRenderingContextBase.cpp     const char* const* prefixSet = prefixes();
prefixes         2595 Source/core/html/canvas/WebGLRenderingContextBase.cpp             const char* const* prefixes = tracker->prefixes();
prefixes         2596 Source/core/html/canvas/WebGLRenderingContextBase.cpp             for (; *prefixes; ++prefixes) {
prefixes         2597 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 String prefixedName = String(*prefixes) + tracker->extensionName();
prefixes          547 Source/core/html/canvas/WebGLRenderingContextBase.h         ExtensionTracker(ExtensionFlags flags, const char* const* prefixes)
prefixes          551 Source/core/html/canvas/WebGLRenderingContextBase.h             , m_prefixes(prefixes)
prefixes          574 Source/core/html/canvas/WebGLRenderingContextBase.h         const char* const* prefixes() const;
prefixes          592 Source/core/html/canvas/WebGLRenderingContextBase.h         TypedExtensionTracker(RefPtr<T>& extensionField, ExtensionFlags flags, const char* const* prefixes)
prefixes          593 Source/core/html/canvas/WebGLRenderingContextBase.h             : ExtensionTracker(flags, prefixes)
prefixes          647 Source/core/html/canvas/WebGLRenderingContextBase.h     void registerExtension(RefPtr<T>& extensionPtr, ExtensionFlags flags = ApprovedExtension, const char* const* prefixes = 0)
prefixes          649 Source/core/html/canvas/WebGLRenderingContextBase.h         m_extensions.append(new TypedExtensionTracker<T>(extensionPtr, flags, prefixes));