OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileContent
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebCore/platform/chromium/
WritableDataObject.h
68
PassRefPtr<SharedBuffer>
fileContent
() const { return m_fileContent; }
71
void setFileContent(PassRefPtr<SharedBuffer>
fileContent
) { m_fileContent =
fileContent
; }
ChromiumDataObject.h
86
PassRefPtr<SharedBuffer>
fileContent
() const { return m_fileContent; }
87
void setFileContent(PassRefPtr<SharedBuffer>
fileContent
) { m_fileContent =
fileContent
; }
ChromiumDataObjectLegacy.h
86
PassRefPtr<SharedBuffer>
fileContent
() const { return m_fileContent; }
87
void setFileContent(PassRefPtr<SharedBuffer>
fileContent
) { m_fileContent =
fileContent
; }
/external/webkit/Tools/Scripts/
split-file-by-class
49
my $
fileContent
= "";
62
$
fileContent
.= "###CLASS###$currentClassName\n";
64
$
fileContent
.= $line;
95
my @lines = split("\n", $
fileContent
);
/external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp
197
WebData WebDragData::
fileContent
() const
200
return WebData(m_private->
fileContent
());
203
void WebDragData::setFileContent(const WebData&
fileContent
)
206
m_private->setFileContent(
fileContent
);
/external/chromium/webkit/glue/
webdropdata.cc
33
WebData contents = drag_data.
fileContent
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java
62
String
fileContent
= AdtPlugin.readFile(file);
67
int caretContextIndex =
fileContent
.indexOf(caretContext);
AdtProjectTest.java
276
String
fileContent
= AdtPlugin.readFile(file);
277
return getCaretOffset(
fileContent
, caretLocation);
280
protected int getCaretOffset(String
fileContent
, String caretLocation) {
301
int caretContextIndex =
fileContent
.indexOf(caretContext);
/external/webkit/Source/WebKit/chromium/public/
WebDragData.h
98
WEBKIT_API WebData
fileContent
() const;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java
86
protected int getCaretOffset(String
fileContent
, String caretLocation) {
92
int caretContextIndex =
fileContent
.indexOf(caretContext);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java
172
String
fileContent
= AdtPlugin.readFile(file);
173
document.set(
fileContent
);
/external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp
296
// writeFileToDataObject takes ownership of fileDescriptor and
fileContent
297
static HRESULT writeFileToDataObject(IDataObject* dataObject, HGLOBAL fileDescriptor, HGLOBAL
fileContent
, HGLOBAL hDropContent)
304
if (!fileDescriptor || !
fileContent
)
317
medium.hGlobal =
fileContent
;
333
if (
fileContent
)
334
GlobalFree(
fileContent
);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp
[
all
...]
Completed in 272 milliseconds