Lines Matching refs:getCN
21 var getCN = Y.ClassNameManager.getClassName,
43 C_BUTTON = getCN(CONSOLE,'button'),
44 C_CHECKBOX = getCN(CONSOLE,'checkbox'),
45 C_CLEAR = getCN(CONSOLE,CLEAR),
46 C_COLLAPSE = getCN(CONSOLE,'collapse'),
47 C_COLLAPSED = getCN(CONSOLE,COLLAPSED),
48 C_CONSOLE_CONTROLS = getCN(CONSOLE,'controls'),
49 C_CONSOLE_HD = getCN(CONSOLE,'hd'),
50 C_CONSOLE_BD = getCN(CONSOLE,'bd'),
51 C_CONSOLE_FT = getCN(CONSOLE,'ft'),
52 C_CONSOLE_TITLE = getCN(CONSOLE,TITLE),
53 C_ENTRY = getCN(CONSOLE,ENTRY),
54 C_ENTRY_CAT = getCN(CONSOLE,ENTRY,'cat'),
55 C_ENTRY_CONTENT = getCN(CONSOLE,ENTRY,'content'),
56 C_ENTRY_META = getCN(CONSOLE,ENTRY,'meta'),
57 C_ENTRY_SRC = getCN(CONSOLE,ENTRY,'src'),
58 C_ENTRY_TIME = getCN(CONSOLE,ENTRY,'time'),
59 C_PAUSE = getCN(CONSOLE,PAUSE),
60 C_PAUSE_LABEL = getCN(CONSOLE,PAUSE,'label'),