HomeSort by relevance Sort by last modified time
    Searched defs:m_source (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/dom/
TransformSource.h 42 PlatformTransformSource platformSource() const { return m_source; }
45 PlatformTransformSource m_source; member in class:WebCore::TransformSource
MessageEvent.h 57 DOMWindow* source() const { return m_source.get(); }
74 RefPtr<DOMWindow> m_source; member in class:WebCore::MessageEvent
  /external/webkit/Source/WebCore/html/parser/
HTMLSourceTracker.h 49 SegmentedString m_source; member in class:WebCore::HTMLSourceTracker
HTMLPreloadScanner.h 54 SegmentedString m_source; member in class:WebCore::HTMLPreloadScanner
  /external/webkit/Source/WebCore/bindings/js/
StringSourceProvider.h 46 JSC::UString getRange(int start, int end) const { return JSC::UString(m_source.characters() + start, end - start); }
47 const UChar* data() const { return m_source.characters(); }
48 int length() const { return m_source.length(); }
49 const String& source() const { return m_source; }
55 , m_source(source)
60 String m_source; member in class:WebCore::StringSourceProvider
  /external/webkit/Source/WebCore/bindings/v8/
ScriptSourceCode.h 45 : m_source(source)
55 : m_source(cs->script())
62 bool isEmpty() const { return m_source.isEmpty(); }
64 const String& source() const { return m_source; }
76 String m_source; member in class:WebCore::ScriptSourceCode
  /external/webkit/Source/WebCore/html/canvas/
WebGLShader.h 43 const String& getSource() const { return m_source; }
45 void setSource(const String& source) { m_source = source; }
55 String m_source; member in class:WebCore::WebGLShader
  /external/webkit/Source/WebCore/page/
UserScript.h 44 : m_source(source)
53 const String& source() const { return m_source; }
61 String m_source; member in class:WebCore::UserScript
UserStyleSheet.h 44 : m_source(source)
53 const String& source() const { return m_source; }
61 String m_source; member in class:WebCore::UserStyleSheet
  /external/webkit/Source/WebCore/platform/audio/
SincResampler.h 73 float* m_source; member in class:WebCore::SincResampler
  /external/webkit/Source/WebCore/platform/chromium/
DataTransferItemChromium.h 66 const DataSource m_source; member in class:WebCore::DataTransferItemChromium
  /external/webkit/Source/WebCore/storage/
IDBCursor.h 78 RefPtr<IDBAny> m_source; member in class:WebCore::IDBCursor
IDBRequest.h 111 RefPtr<IDBAny> m_source; member in class:WebCore::IDBRequest
  /external/webkit/Source/WebCore/svg/
SVGPathParser.h 43 void setCurrentSource(SVGPathSource* source) { m_source = source; }
59 SVGPathSource* m_source; member in class:WebCore::SVGPathParser
  /external/webkit/Tools/DumpRenderTree/win/
DraggingInfo.h 38 , m_source(source)
42 m_source->AddRef();
50 if (m_source)
51 m_source->Release();
52 m_source = 0;
56 IDropSource* dropSource() const { return m_source; }
63 IDropSource* m_source; member in class:DraggingInfo
  /external/webkit/Source/WebCore/inspector/
ConsoleMessage.h 63 MessageSource source() const { return m_source; }
68 MessageSource m_source; member in class:WebCore::ConsoleMessage
  /external/webkit/Source/WebKit2/Platform/qt/
WorkQueueQt.cpp 42 , m_source(0)
50 , m_source(source)
54 connect(m_source, m_signal, SLOT(execute()), Qt::QueuedConnection);
75 QObject* m_source; member in class:WorkQueue::WorkItemQt
  /external/webkit/Source/JavaScriptCore/parser/
Parser.h 69 const SourceCode* m_source; member in class:JSC::Parser
87 m_source = &source;
102 result->setLoc(m_source->firstLine(), m_lastLine);
118 m_source = 0;
SourceProvider.h 88 return m_source.substringSharingImpl(start, end - start);
90 const UChar* data() const { return m_source.characters(); }
91 int length() const { return m_source.length(); }
96 , m_source(source)
100 UString m_source; member in class:JSC::UStringSourceProvider
Lexer.h 86 SourceProvider* sourceProvider() const { return m_source->provider(); }
132 const SourceCode* m_source; member in class:JSC::Lexer
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.h 61 if (hintDecoder && hintDecoder->m_source == AutoDetectedEncoding)
86 EncodingSource m_source; member in class:WebCore::TextResourceDecoder
  /external/webkit/Source/WebCore/editing/
Editor.h 195 EditorCommandSource m_source; member in class:WebCore::Editor::Command
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 268 ImageSource m_source; member in class:WebCore::BitmapImage
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 157 GstElement* m_source; member in class:WebCore::MediaPlayerPrivateGStreamer
  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 153 , m_source(source)
167 , m_source(source)
179 const SourceCode& source() { return m_source; }
180 intptr_t sourceID() const { return m_source.provider()->asID(); }
181 const UString& sourceURL() const { return m_source.provider()->url(); }
199 SourceCode m_source; member in class:JSC::ScriptExecutable

Completed in 827 milliseconds

1 2