OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ICONDIR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.h
161
//
ICONDIR
Contains information about all the icon images contained within a
163
struct
ICONDIR
{
204
// image. This value is set in the |idType| field of the
ICONDIR
structure.
229
ICONDIR
* icon_dir,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py
24
ICONDIR
= "Icons"
28
_icondir = os.path.join(os.path.dirname(__file__),
ICONDIR
)
30
_icondir =
ICONDIR
32
ICONDIR
= _icondir
33
elif not os.path.isdir(
ICONDIR
):
34
raise RuntimeError, "can't find icon directory (%r)" % (
ICONDIR
,)
36
def listicons(
icondir
=
ICONDIR
):
40
list = glob.glob(os.path.join(
icondir
, "*.gif"))
84
fullname = os.path.join(
ICONDIR
, file + ext
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py
24
ICONDIR
= "Icons"
28
_icondir = os.path.join(os.path.dirname(__file__),
ICONDIR
)
30
_icondir =
ICONDIR
32
ICONDIR
= _icondir
33
elif not os.path.isdir(
ICONDIR
):
34
raise RuntimeError, "can't find icon directory (%r)" % (
ICONDIR
,)
36
def listicons(
icondir
=
ICONDIR
):
40
list = glob.glob(os.path.join(
icondir
, "*.gif"))
84
fullname = os.path.join(
ICONDIR
, file + ext
[
all
...]
Completed in 128 milliseconds