OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_filenames
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/
FileChooser.h
57
const Vector<String>& filenames() const { return
m_filenames
; }
75
Vector<String>
m_filenames
;
member in class:WebCore::FileChooser
/external/quake/quake/src/WinQuake/
menu.cpp
443
char
m_filenames
[MAX_SAVEGAMES][SAVEGAME_COMMENT_LENGTH+1];
variable
455
strcpy (
m_filenames
[i], "--- UNUSED SLOT ---");
463
strncpy (
m_filenames
[i], name, sizeof(
m_filenames
[i])-1);
467
if (
m_filenames
[i][j] == '_')
468
m_filenames
[i][j] = ' ';
507
M_Print (16, 32 + 8*i,
m_filenames
[i]);
523
M_Print (16, 32 + 8*i,
m_filenames
[i]);
[
all
...]
Completed in 589 milliseconds