OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileContent
(Results
1 - 8
of
8
) sorted by null
/external/webkit/WebCore/platform/chromium/
ChromiumDataObject.cpp
48
if (
fileContent
)
49
fileContent
->clear();
61
||
fileContent
;
76
if (other.
fileContent
.get())
77
fileContent
= other.
fileContent
->copy();
ChromiumDataObject.h
74
RefPtr<SharedBuffer>
fileContent
;
ClipboardChromium.cpp
303
dataObject->
fileContent
= imageBuffer;
/external/webkit/WebKitTools/Scripts/
split-file-by-class
49
my $
fileContent
= "";
62
$
fileContent
.= "###CLASS###$currentClassName\n";
64
$
fileContent
.= $line;
95
my @lines = split("\n", $
fileContent
);
/external/webkit/WebKit/chromium/src/
WebDragData.cpp
200
WebData WebDragData::
fileContent
() const
203
return WebData(m_private->
fileContent
);
206
void WebDragData::setFileContent(const WebData&
fileContent
)
209
m_private->
fileContent
=
fileContent
;
/external/webkit/WebKit/chromium/public/
WebDragData.h
100
WEBKIT_API WebData
fileContent
() const;
/external/webkit/WebCore/platform/win/
ClipboardWin.cpp
355
// writeFileToDataObject takes ownership of fileDescriptor and
fileContent
356
static HRESULT writeFileToDataObject(IDataObject* dataObject, HGLOBAL fileDescriptor, HGLOBAL
fileContent
, HGLOBAL hDropContent)
363
if (!fileDescriptor || !
fileContent
)
376
medium.hGlobal =
fileContent
;
390
if (
fileContent
)
391
GlobalFree(
fileContent
);
/external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp
984
gchar*
fileContent
= 0;
992
gboolean loaded = g_file_load_contents(errorFile, 0, &
fileContent
, 0, 0, 0);
996
content = String::format(
fileContent
, error.failingURL().utf8().data(), webError->message);
1001
g_free(
fileContent
);
[
all
...]
Completed in 172 milliseconds