Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Side by Side Diff: chrome/app/nibs/BookmarkBubble.xib

Issue 171016: Bookmark STAR bubble (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_bar_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03">
3 <data>
4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">9J61</string>
6 <string key="IBDocument.InterfaceBuilderVersion">677</string>
7 <string key="IBDocument.AppKitVersion">949.46</string>
8 <string key="IBDocument.HIToolboxVersion">353.00</string>
9 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
10 <bool key="EncodedWithXMLCoder">YES</bool>
11 <integer value="1"/>
12 </object>
13 <object class="NSArray" key="IBDocument.PluginDependencies">
14 <bool key="EncodedWithXMLCoder">YES</bool>
15 <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
16 </object>
17 <object class="NSMutableDictionary" key="IBDocument.Metadata">
18 <bool key="EncodedWithXMLCoder">YES</bool>
19 <object class="NSArray" key="dict.sortedKeys">
20 <bool key="EncodedWithXMLCoder">YES</bool>
21 </object>
22 <object class="NSMutableArray" key="dict.values">
23 <bool key="EncodedWithXMLCoder">YES</bool>
24 </object>
25 </object>
26 <object class="NSMutableArray" key="IBDocument.RootObjects" id=" 1000">
27 <bool key="EncodedWithXMLCoder">YES</bool>
28 <object class="NSCustomObject" id="1001">
29 <string key="NSClassName">BookmarkBubbleControll er</string>
30 </object>
31 <object class="NSCustomObject" id="1003">
32 <string key="NSClassName">FirstResponder</string >
33 </object>
34 <object class="NSCustomObject" id="1004">
35 <string key="NSClassName">NSApplication</string>
36 </object>
37 <object class="NSCustomView" id="1005">
38 <reference key="NSNextResponder"/>
39 <int key="NSvFlags">268</int>
40 <object class="NSMutableArray" key="NSSubviews">
41 <bool key="EncodedWithXMLCoder">YES</boo l>
42 <object class="NSTextField" id="55939709 6">
43 <reference key="NSNextResponder" ref="1005"/>
44 <int key="NSvFlags">268</int>
45 <string key="NSFrame">{{17, 113} , {244, 19}}</string>
46 <reference key="NSSuperview" ref ="1005"/>
47 <bool key="NSEnabled">YES</bool>
48 <object class="NSTextFieldCell" key="NSCell" id="368795405">
49 <int key="NSCellFlags">6 8288064</int>
50 <int key="NSCellFlags2"> 272630784</int>
51 <string key="NSContents" >^IDS_BOOMARK_BUBBLE_PAGE_BOOKMARK</string>
52 <object class="NSFont" k ey="NSSupport">
53 <string key="NSN ame">LucidaGrande</string>
54 <double key="NSS ize">1.600000e+01</double>
55 <int key="NSfFla gs">16</int>
56 </object>
57 <reference key="NSContro lView" ref="559397096"/>
58 <object class="NSColor" key="NSBackgroundColor" id="152587692">
59 <int key="NSColo rSpace">6</int>
60 <string key="NSC atalogName">System</string>
61 <string key="NSC olorName">controlColor</string>
62 <object class="N SColor" key="NSColor" id="748407352">
63 <int key ="NSColorSpace">3</int>
64 <bytes k ey="NSWhite">MC42NjY2NjY2OQA</bytes>
65 </object>
66 </object>
67 <object class="NSColor" key="NSTextColor" id="1000275559">
68 <int key="NSColo rSpace">6</int>
69 <string key="NSC atalogName">System</string>
70 <string key="NSC olorName">controlTextColor</string>
71 <object class="N SColor" key="NSColor" id="947148753">
72 <int key ="NSColorSpace">3</int>
73 <bytes k ey="NSWhite">MAA</bytes>
74 </object>
75 </object>
76 </object>
77 </object>
78 <object class="NSTextField" id="30391029 5">
79 <reference key="NSNextResponder" ref="1005"/>
80 <int key="NSvFlags">268</int>
81 <string key="NSFrame">{{17, 87}, {65, 17}}</string>
82 <reference key="NSSuperview" ref ="1005"/>
83 <bool key="NSEnabled">YES</bool>
84 <object class="NSTextFieldCell" key="NSCell" id="628112279">
85 <int key="NSCellFlags">6 8288064</int>
86 <int key="NSCellFlags2"> 272630784</int>
87 <string key="NSContents" >^IDS_BOOMARK_BUBBLE_TITLE_TEXT</string>
88 <object class="NSFont" k ey="NSSupport" id="714614853">
89 <string key="NSN ame">LucidaGrande</string>
90 <double key="NSS ize">1.300000e+01</double>
91 <int key="NSfFla gs">1044</int>
92 </object>
93 <reference key="NSContro lView" ref="303910295"/>
94 <reference key="NSBackgr oundColor" ref="152587692"/>
95 <reference key="NSTextCo lor" ref="1000275559"/>
96 </object>
97 </object>
98 <object class="NSTextField" id="22860971 7">
99 <reference key="NSNextResponder" ref="1005"/>
100 <int key="NSvFlags">268</int>
101 <string key="NSFrame">{{17, 62}, {65, 17}}</string>
102 <reference key="NSSuperview" ref ="1005"/>
103 <bool key="NSEnabled">YES</bool>
104 <object class="NSTextFieldCell" key="NSCell" id="295393049">
105 <int key="NSCellFlags">6 8288064</int>
106 <int key="NSCellFlags2"> 272630784</int>
107 <string key="NSContents" >^IDS_BOOMARK_BUBBLE_FOLDER_TEXT</string>
108 <reference key="NSSuppor t" ref="714614853"/>
109 <reference key="NSContro lView" ref="228609717"/>
110 <reference key="NSBackgr oundColor" ref="152587692"/>
111 <reference key="NSTextCo lor" ref="1000275559"/>
112 </object>
113 </object>
114 <object class="NSTextField" id="39428350 ">
115 <reference key="NSNextResponder" ref="1005"/>
116 <int key="NSvFlags">268</int>
117 <string key="NSFrame">{{87, 85}, {267, 22}}</string>
118 <reference key="NSSuperview" ref ="1005"/>
119 <bool key="NSEnabled">YES</bool>
120 <object class="NSTextFieldCell" key="NSCell" id="905670292">
121 <int key="NSCellFlags">- 1804468671</int>
122 <int key="NSCellFlags2"> 272630784</int>
123 <string key="NSContents" />
124 <reference key="NSSuppor t" ref="714614853"/>
125 <reference key="NSContro lView" ref="39428350"/>
126 <bool key="NSDrawsBackgr ound">YES</bool>
127 <object class="NSColor" key="NSBackgroundColor" id="1033293763">
128 <int key="NSColo rSpace">6</int>
129 <string key="NSC atalogName">System</string>
130 <string key="NSC olorName">textBackgroundColor</string>
131 <object class="N SColor" key="NSColor" id="660986653">
132 <int key ="NSColorSpace">3</int>
133 <bytes k ey="NSWhite">MQA</bytes>
134 </object>
135 </object>
136 <object class="NSColor" key="NSTextColor">
137 <int key="NSColo rSpace">6</int>
138 <string key="NSC atalogName">System</string>
139 <string key="NSC olorName">textColor</string>
140 <reference key=" NSColor" ref="947148753"/>
141 </object>
142 </object>
143 </object>
144 <object class="NSComboBox" id="977232728 ">
145 <reference key="NSNextResponder" ref="1005"/>
146 <int key="NSvFlags">268</int>
147 <string key="NSFrame">{{87, 56}, {270, 26}}</string>
148 <reference key="NSSuperview" ref ="1005"/>
149 <bool key="NSEnabled">YES</bool>
150 <object class="NSComboBoxCell" k ey="NSCell" id="1003570867">
151 <int key="NSCellFlags">7 4579521</int>
152 <int key="NSCellFlags2"> 272630784</int>
153 <string key="NSContents" />
154 <reference key="NSSuppor t" ref="714614853"/>
155 <reference key="NSContro lView" ref="977232728"/>
156 <bool key="NSDrawsBackgr ound">YES</bool>
157 <reference key="NSBackgr oundColor" ref="1033293763"/>
158 <reference key="NSTextCo lor" ref="1000275559"/>
159 <int key="NSVisibleItemC ount">5</int>
160 <bool key="NSHasVertical Scroller">YES</bool>
161 <reference key="NSDelega te" ref="977232728"/>
162 <object class="NSComboTa bleView" key="NSTableView" id="1071628594">
163 <reference key=" NSNextResponder"/>
164 <int key="NSvFla gs">274</int>
165 <string key="NSF rameSize">{15, 0}</string>
166 <reference key=" NSSuperview"/>
167 <reference key=" NSWindow"/>
168 <bool key="NSEna bled">YES</bool>
169 <object class="N SMutableArray" key="NSTableColumns">
170 <bool ke y="EncodedWithXMLCoder">YES</bool>
171 <object class="NSTableColumn">
172 <integer value="0" key="NSIdentifier"/>
173 <double key="NSWidth">1.200000e+01</double>
174 <double key="NSMinWidth">1.000000e+01</double>
175 <double key="NSMaxWidth">1.000000e+03</double>
176 <object class="NSTableHeaderCell" key="NSHeaderCell">
177 <int key="NSCellFlags">75628032</int>
178 <int key="NSCellFlags2">0</int>
179 <string key="NSContents"/>
180 <object class="NSFont" key="NSSupport" id="930683210">
181 <string key="NSName">LucidaGrande</string>
182 <double key="NSSize">1.200000e+01</double>
183 <int key="NSfFlags">16</int>
184 </object>
185 <object class="NSColor" key="NSBackgroundColor">
186 <int key="NSColorSpace">3</int>
187 <bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
188 </object>
189 <reference key="NSTextColor" ref="660986653"/>
190 </object>
191 <object class="NSTextFieldCell" key="NSDataCell">
192 <int key="NSCellFlags">338820672</int>
193 <int key="NSCellFlags2">1024</int>
194 <reference key="NSSupport" ref="714614853"/>
195 <reference key="NSControlView" ref="1071628594"/>
196 <bool key="NSDrawsBackground">YES</bool>
197 <object class="NSColor" key="NSBackgroundColor" id="744868739">
198 <int key="NSColorSpace">6</int>
199 <string key="NSCatalogName">System</string>
200 <string key="NSColorName">controlBackgroundColor</string>
201 <reference key="NSColor" ref="748407352"/>
202 </object>
203 <reference key="NSTextColor" ref="1000275559"/>
204 </object>
205 <int key="NSResizingMask">3</int>
206 <bool key="NSIsResizeable">YES</bool>
207 <reference key="NSTableView" ref="1071628594"/>
208 </object >
209 </object>
210 <double key="NSI ntercellSpacingWidth">3.000000e+00</double>
211 <double key="NSI ntercellSpacingHeight">2.000000e+00</double>
212 <reference key=" NSBackgroundColor" ref="744868739"/>
213 <object class="N SColor" key="NSGridColor">
214 <int key ="NSColorSpace">6</int>
215 <string key="NSCatalogName">System</string>
216 <string key="NSColorName">gridColor</string>
217 <object class="NSColor" key="NSColor">
218 <int key="NSColorSpace">3</int>
219 <bytes key="NSWhite">MC41AA</bytes>
220 </object >
221 </object>
222 <double key="NSR owHeight">1.900000e+01</double>
223 <string key="NSA ction">tableViewAction:</string>
224 <int key="NSTvFl ags">-767524864</int>
225 <reference key=" NSDelegate" ref="1003570867"/>
226 <reference key=" NSDataSource" ref="1003570867"/>
227 <reference key=" NSTarget" ref="1003570867"/>
228 <int key="NSColu mnAutoresizingStyle">1</int>
229 <int key="NSDrag gingSourceMaskForLocal">15</int>
230 <int key="NSDrag gingSourceMaskForNonLocal">0</int>
231 <bool key="NSAll owsTypeSelect">YES</bool>
232 </object>
233 </object>
234 </object>
235 <object class="NSButton" id="430629007">
236 <reference key="NSNextResponder" ref="1005"/>
237 <int key="NSvFlags">268</int>
238 <string key="NSFrame">{{168, 12} , {96, 32}}</string>
239 <reference key="NSSuperview" ref ="1005"/>
240 <bool key="NSEnabled">YES</bool>
241 <object class="NSButtonCell" key ="NSCell" id="562929863">
242 <int key="NSCellFlags">6 7239424</int>
243 <int key="NSCellFlags2"> 134217728</int>
244 <string key="NSContents" >^IDS_BOOMARK_BUBBLE_OPTIONS</string>
245 <reference key="NSSuppor t" ref="714614853"/>
246 <reference key="NSContro lView" ref="430629007"/>
247 <int key="NSButtonFlags" >-2038284033</int>
248 <int key="NSButtonFlags2 ">129</int>
249 <string key="NSAlternate Contents"/>
250 <string key="NSKeyEquiva lent"/>
251 <int key="NSPeriodicDela y">200</int>
252 <int key="NSPeriodicInte rval">25</int>
253 </object>
254 </object>
255 <object class="NSButton" id="82356437">
256 <reference key="NSNextResponder" ref="1005"/>
257 <int key="NSvFlags">268</int>
258 <string key="NSFrame">{{264, 12} , {96, 32}}</string>
259 <reference key="NSSuperview" ref ="1005"/>
260 <bool key="NSEnabled">YES</bool>
261 <object class="NSButtonCell" key ="NSCell" id="307931553">
262 <int key="NSCellFlags">6 7239424</int>
263 <int key="NSCellFlags2"> 134217728</int>
264 <string key="NSContents" >^IDS_CLOSE</string>
265 <reference key="NSSuppor t" ref="714614853"/>
266 <reference key="NSContro lView" ref="82356437"/>
267 <int key="NSButtonFlags" >-2038284033</int>
268 <int key="NSButtonFlags2 ">129</int>
269 <string key="NSAlternate Contents"/>
270 <string type="base64-UTF 8" key="NSKeyEquivalent">DQ</string>
271 <int key="NSPeriodicDela y">200</int>
272 <int key="NSPeriodicInte rval">25</int>
273 </object>
274 </object>
275 <object class="NSButton" id="177936093">
276 <reference key="NSNextResponder" ref="1005"/>
277 <int key="NSvFlags">268</int>
278 <string key="NSFrame">{{270, 113 }, {84, 19}}</string>
279 <reference key="NSSuperview" ref ="1005"/>
280 <bool key="NSEnabled">YES</bool>
281 <object class="NSButtonCell" key ="NSCell" id="1066753170">
282 <int key="NSCellFlags">6 7239424</int>
283 <int key="NSCellFlags2"> 134217728</int>
284 <string key="NSContents" >^IDS_BOOMARK_BUBBLE_REMOVE_BOOKMARK</string>
285 <object class="NSFont" k ey="NSSupport">
286 <string key="NSN ame">LucidaGrande</string>
287 <double key="NSS ize">1.200000e+01</double>
288 <int key="NSfFla gs">4883</int>
289 </object>
290 <reference key="NSContro lView" ref="177936093"/>
291 <int key="NSButtonFlags" >-2038021889</int>
292 <int key="NSButtonFlags2 ">164</int>
293 <reference key="NSAltern ateImage" ref="930683210"/>
294 <string key="NSAlternate Contents"/>
295 <string key="NSKeyEquiva lent"/>
296 <int key="NSPeriodicDela y">400</int>
297 <int key="NSPeriodicInte rval">75</int>
298 </object>
299 </object>
300 </object>
301 <string key="NSFrameSize">{374, 152}</string>
302 <reference key="NSSuperview"/>
303 <string key="NSClassName">BookmarkBubbleView</st ring>
304 </object>
305 <object class="NSCustomObject" id="704223344">
306 <string key="NSClassName">ChromeUILocalizer</str ing>
307 </object>
308 </object>
309 <object class="IBObjectContainer" key="IBDocument.Objects">
310 <object class="NSMutableArray" key="connectionRecords">
311 <bool key="EncodedWithXMLCoder">YES</bool>
312 <object class="IBConnectionRecord">
313 <object class="IBOutletConnection" key=" connection">
314 <string key="label">delegate</st ring>
315 <reference key="source" ref="977 232728"/>
316 <reference key="destination" ref ="1001"/>
317 </object>
318 <int key="connectionID">23</int>
319 </object>
320 <object class="IBConnectionRecord">
321 <object class="IBActionConnection" key=" connection">
322 <string key="label">remove:</str ing>
323 <reference key="source" ref="100 1"/>
324 <reference key="destination" ref ="177936093"/>
325 </object>
326 <int key="connectionID">24</int>
327 </object>
328 <object class="IBConnectionRecord">
329 <object class="IBActionConnection" key=" connection">
330 <string key="label">edit:</strin g>
331 <reference key="source" ref="100 1"/>
332 <reference key="destination" ref ="430629007"/>
333 </object>
334 <int key="connectionID">25</int>
335 </object>
336 <object class="IBConnectionRecord">
337 <object class="IBActionConnection" key=" connection">
338 <string key="label">close:</stri ng>
339 <reference key="source" ref="100 1"/>
340 <reference key="destination" ref ="82356437"/>
341 </object>
342 <int key="connectionID">26</int>
343 </object>
344 <object class="IBConnectionRecord">
345 <object class="IBOutletConnection" key=" connection">
346 <string key="label">bigTitle_</s tring>
347 <reference key="source" ref="100 1"/>
348 <reference key="destination" ref ="559397096"/>
349 </object>
350 <int key="connectionID">28</int>
351 </object>
352 <object class="IBConnectionRecord">
353 <object class="IBOutletConnection" key=" connection">
354 <string key="label">nameTextFiel d_</string>
355 <reference key="source" ref="100 1"/>
356 <reference key="destination" ref ="39428350"/>
357 </object>
358 <int key="connectionID">29</int>
359 </object>
360 <object class="IBConnectionRecord">
361 <object class="IBOutletConnection" key=" connection">
362 <string key="label">view</string >
363 <reference key="source" ref="100 1"/>
364 <reference key="destination" ref ="1005"/>
365 </object>
366 <int key="connectionID">30</int>
367 </object>
368 <object class="IBConnectionRecord">
369 <object class="IBOutletConnection" key=" connection">
370 <string key="label">owner_</stri ng>
371 <reference key="source" ref="704 223344"/>
372 <reference key="destination" ref ="1001"/>
373 </object>
374 <int key="connectionID">32</int>
375 </object>
376 <object class="IBConnectionRecord">
377 <object class="IBOutletConnection" key=" connection">
378 <string key="label">folderComboB ox_</string>
379 <reference key="source" ref="100 1"/>
380 <reference key="destination" ref ="977232728"/>
381 </object>
382 <int key="connectionID">33</int>
383 </object>
384 </object>
385 <object class="IBMutableOrderedSet" key="objectRecords">
386 <object class="NSArray" key="orderedObjects">
387 <bool key="EncodedWithXMLCoder">YES</boo l>
388 <object class="IBObjectRecord">
389 <int key="objectID">0</int>
390 <object class="NSArray" key="obj ect" id="1002">
391 <bool key="EncodedWithXM LCoder">YES</bool>
392 </object>
393 <reference key="children" ref="1 000"/>
394 <nil key="parent"/>
395 </object>
396 <object class="IBObjectRecord">
397 <int key="objectID">-2</int>
398 <reference key="object" ref="100 1"/>
399 <reference key="parent" ref="100 2"/>
400 <string type="base64-UTF8" key=" objectName">RmlsZSdzIE93bmVyA</string>
401 </object>
402 <object class="IBObjectRecord">
403 <int key="objectID">-1</int>
404 <reference key="object" ref="100 3"/>
405 <reference key="parent" ref="100 2"/>
406 <string key="objectName">First R esponder</string>
407 </object>
408 <object class="IBObjectRecord">
409 <int key="objectID">-3</int>
410 <reference key="object" ref="100 4"/>
411 <reference key="parent" ref="100 2"/>
412 <string key="objectName">Applica tion</string>
413 </object>
414 <object class="IBObjectRecord">
415 <int key="objectID">1</int>
416 <reference key="object" ref="100 5"/>
417 <object class="NSMutableArray" k ey="children">
418 <bool key="EncodedWithXM LCoder">YES</bool>
419 <reference ref="22860971 7"/>
420 <reference ref="39428350 "/>
421 <reference ref="97723272 8"/>
422 <reference ref="82356437 "/>
423 <reference ref="30391029 5"/>
424 <reference ref="55939709 6"/>
425 <reference ref="43062900 7"/>
426 <reference ref="17793609 3"/>
427 </object>
428 <reference key="parent" ref="100 2"/>
429 </object>
430 <object class="IBObjectRecord">
431 <int key="objectID">2</int>
432 <reference key="object" ref="559 397096"/>
433 <object class="NSMutableArray" k ey="children">
434 <bool key="EncodedWithXM LCoder">YES</bool>
435 <reference ref="36879540 5"/>
436 </object>
437 <reference key="parent" ref="100 5"/>
438 </object>
439 <object class="IBObjectRecord">
440 <int key="objectID">3</int>
441 <reference key="object" ref="368 795405"/>
442 <reference key="parent" ref="559 397096"/>
443 </object>
444 <object class="IBObjectRecord">
445 <int key="objectID">8</int>
446 <reference key="object" ref="303 910295"/>
447 <object class="NSMutableArray" k ey="children">
448 <bool key="EncodedWithXM LCoder">YES</bool>
449 <reference ref="62811227 9"/>
450 </object>
451 <reference key="parent" ref="100 5"/>
452 </object>
453 <object class="IBObjectRecord">
454 <int key="objectID">9</int>
455 <reference key="object" ref="628 112279"/>
456 <reference key="parent" ref="303 910295"/>
457 </object>
458 <object class="IBObjectRecord">
459 <int key="objectID">10</int>
460 <reference key="object" ref="228 609717"/>
461 <object class="NSMutableArray" k ey="children">
462 <bool key="EncodedWithXM LCoder">YES</bool>
463 <reference ref="29539304 9"/>
464 </object>
465 <reference key="parent" ref="100 5"/>
466 </object>
467 <object class="IBObjectRecord">
468 <int key="objectID">11</int>
469 <reference key="object" ref="295 393049"/>
470 <reference key="parent" ref="228 609717"/>
471 </object>
472 <object class="IBObjectRecord">
473 <int key="objectID">12</int>
474 <reference key="object" ref="394 28350"/>
475 <object class="NSMutableArray" k ey="children">
476 <bool key="EncodedWithXM LCoder">YES</bool>
477 <reference ref="90567029 2"/>
478 </object>
479 <reference key="parent" ref="100 5"/>
480 </object>
481 <object class="IBObjectRecord">
482 <int key="objectID">13</int>
483 <reference key="object" ref="905 670292"/>
484 <reference key="parent" ref="394 28350"/>
485 </object>
486 <object class="IBObjectRecord">
487 <int key="objectID">14</int>
488 <reference key="object" ref="977 232728"/>
489 <object class="NSMutableArray" k ey="children">
490 <bool key="EncodedWithXM LCoder">YES</bool>
491 <reference ref="10035708 67"/>
492 </object>
493 <reference key="parent" ref="100 5"/>
494 </object>
495 <object class="IBObjectRecord">
496 <int key="objectID">15</int>
497 <reference key="object" ref="100 3570867"/>
498 <reference key="parent" ref="977 232728"/>
499 </object>
500 <object class="IBObjectRecord">
501 <int key="objectID">16</int>
502 <reference key="object" ref="430 629007"/>
503 <object class="NSMutableArray" k ey="children">
504 <bool key="EncodedWithXM LCoder">YES</bool>
505 <reference ref="56292986 3"/>
506 </object>
507 <reference key="parent" ref="100 5"/>
508 </object>
509 <object class="IBObjectRecord">
510 <int key="objectID">17</int>
511 <reference key="object" ref="562 929863"/>
512 <reference key="parent" ref="430 629007"/>
513 </object>
514 <object class="IBObjectRecord">
515 <int key="objectID">18</int>
516 <reference key="object" ref="823 56437"/>
517 <object class="NSMutableArray" k ey="children">
518 <bool key="EncodedWithXM LCoder">YES</bool>
519 <reference ref="30793155 3"/>
520 </object>
521 <reference key="parent" ref="100 5"/>
522 </object>
523 <object class="IBObjectRecord">
524 <int key="objectID">19</int>
525 <reference key="object" ref="307 931553"/>
526 <reference key="parent" ref="823 56437"/>
527 </object>
528 <object class="IBObjectRecord">
529 <int key="objectID">20</int>
530 <reference key="object" ref="177 936093"/>
531 <object class="NSMutableArray" k ey="children">
532 <bool key="EncodedWithXM LCoder">YES</bool>
533 <reference ref="10667531 70"/>
534 </object>
535 <reference key="parent" ref="100 5"/>
536 </object>
537 <object class="IBObjectRecord">
538 <int key="objectID">21</int>
539 <reference key="object" ref="106 6753170"/>
540 <reference key="parent" ref="177 936093"/>
541 </object>
542 <object class="IBObjectRecord">
543 <int key="objectID">31</int>
544 <reference key="object" ref="704 223344"/>
545 <reference key="parent" ref="100 2"/>
546 </object>
547 </object>
548 </object>
549 <object class="NSMutableDictionary" key="flattenedProper ties">
550 <bool key="EncodedWithXMLCoder">YES</bool>
551 <object class="NSMutableArray" key="dict.sortedK eys">
552 <bool key="EncodedWithXMLCoder">YES</boo l>
553 <string>-1.IBPluginDependency</string>
554 <string>-2.IBPluginDependency</string>
555 <string>-3.IBPluginDependency</string>
556 <string>1.IBEditorWindowLastContentRect< /string>
557 <string>1.IBPluginDependency</string>
558 <string>1.WindowOrigin</string>
559 <string>1.editorWindowContentRectSynchro nizationRect</string>
560 <string>10.IBPluginDependency</string>
561 <string>11.IBPluginDependency</string>
562 <string>12.IBPluginDependency</string>
563 <string>13.IBPluginDependency</string>
564 <string>14.IBPluginDependency</string>
565 <string>15.IBPluginDependency</string>
566 <string>16.IBPluginDependency</string>
567 <string>17.IBPluginDependency</string>
568 <string>18.IBPluginDependency</string>
569 <string>19.IBPluginDependency</string>
570 <string>2.IBPluginDependency</string>
571 <string>20.IBPluginDependency</string>
572 <string>21.IBPluginDependency</string>
573 <string>3.IBPluginDependency</string>
574 <string>31.IBPluginDependency</string>
575 <string>8.IBPluginDependency</string>
576 <string>9.IBPluginDependency</string>
577 </object>
578 <object class="NSMutableArray" key="dict.values" >
579 <bool key="EncodedWithXMLCoder">YES</boo l>
580 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
581 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
582 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
583 <string>{{553, 1288}, {374, 152}}</strin g>
584 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
585 <string>{628, 654}</string>
586 <string>{{357, 416}, {480, 272}}</string >
587 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
588 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
589 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
590 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
591 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
592 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
593 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
594 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
595 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
596 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
597 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
598 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
599 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
600 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
601 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
602 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
603 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
604 </object>
605 </object>
606 <object class="NSMutableDictionary" key="unlocalizedProp erties">
607 <bool key="EncodedWithXMLCoder">YES</bool>
608 <object class="NSArray" key="dict.sortedKeys">
609 <bool key="EncodedWithXMLCoder">YES</boo l>
610 </object>
611 <object class="NSMutableArray" key="dict.values" >
612 <bool key="EncodedWithXMLCoder">YES</boo l>
613 </object>
614 </object>
615 <nil key="activeLocalization"/>
616 <object class="NSMutableDictionary" key="localizations">
617 <bool key="EncodedWithXMLCoder">YES</bool>
618 <object class="NSArray" key="dict.sortedKeys">
619 <bool key="EncodedWithXMLCoder">YES</boo l>
620 </object>
621 <object class="NSMutableArray" key="dict.values" >
622 <bool key="EncodedWithXMLCoder">YES</boo l>
623 </object>
624 </object>
625 <nil key="sourceID"/>
626 <int key="maxID">33</int>
627 </object>
628 <object class="IBClassDescriber" key="IBDocument.Classes">
629 <object class="NSMutableArray" key="referencedPartialCla ssDescriptions">
630 <bool key="EncodedWithXMLCoder">YES</bool>
631 <object class="IBPartialClassDescription">
632 <string key="className">BookmarkBubbleCo ntroller</string>
633 <string key="superclassName">NSViewContr oller</string>
634 <object class="NSMutableDictionary" key= "actions">
635 <bool key="EncodedWithXMLCoder"> YES</bool>
636 <object class="NSMutableArray" k ey="dict.sortedKeys">
637 <bool key="EncodedWithXM LCoder">YES</bool>
638 <string>close:</string>
639 <string>edit:</string>
640 <string>remove:</string>
641 </object>
642 <object class="NSMutableArray" k ey="dict.values">
643 <bool key="EncodedWithXM LCoder">YES</bool>
644 <string>id</string>
645 <string>id</string>
646 <string>id</string>
647 </object>
648 </object>
649 <object class="NSMutableDictionary" key= "outlets">
650 <bool key="EncodedWithXMLCoder"> YES</bool>
651 <object class="NSMutableArray" k ey="dict.sortedKeys">
652 <bool key="EncodedWithXM LCoder">YES</bool>
653 <string>bigTitle_</strin g>
654 <string>delegate_</strin g>
655 <string>folderComboBox_< /string>
656 <string>nameTextField_</ string>
657 </object>
658 <object class="NSMutableArray" k ey="dict.values">
659 <bool key="EncodedWithXM LCoder">YES</bool>
660 <string>NSTextField</str ing>
661 <string>id</string>
662 <string>NSComboBox</stri ng>
663 <string>NSTextField</str ing>
664 </object>
665 </object>
666 <object class="IBClassDescriptionSource" key="sourceIdentifier">
667 <string key="majorKey">IBProject Source</string>
668 <string key="minorKey">browser/c ocoa/bookmark_bubble_controller.h</string>
669 </object>
670 </object>
671 <object class="IBPartialClassDescription">
672 <string key="className">BookmarkBubbleVi ew</string>
673 <string key="superclassName">NSView</str ing>
674 <object class="IBClassDescriptionSource" key="sourceIdentifier">
675 <string key="majorKey">IBProject Source</string>
676 <string key="minorKey">browser/c ocoa/bookmark_bubble_view.h</string>
677 </object>
678 </object>
679 <object class="IBPartialClassDescription">
680 <string key="className">ChromeUILocalize r</string>
681 <string key="superclassName">GTMUILocali zer</string>
682 <object class="IBClassDescriptionSource" key="sourceIdentifier">
683 <string key="majorKey">IBProject Source</string>
684 <string key="minorKey">browser/c ocoa/ui_localizer.h</string>
685 </object>
686 </object>
687 <object class="IBPartialClassDescription">
688 <string key="className">GTMUILocalizer</ string>
689 <string key="superclassName">NSObject</s tring>
690 <object class="NSMutableDictionary" key= "outlets">
691 <bool key="EncodedWithXMLCoder"> YES</bool>
692 <object class="NSMutableArray" k ey="dict.sortedKeys">
693 <bool key="EncodedWithXM LCoder">YES</bool>
694 <string>otherObjectToLoc alize_</string>
695 <string>owner_</string>
696 <string>yetAnotherObject ToLocalize_</string>
697 </object>
698 <object class="NSMutableArray" k ey="dict.values">
699 <bool key="EncodedWithXM LCoder">YES</bool>
700 <string>id</string>
701 <string>id</string>
702 <string>id</string>
703 </object>
704 </object>
705 <object class="IBClassDescriptionSource" key="sourceIdentifier">
706 <string key="majorKey">IBProject Source</string>
707 <string key="minorKey">../third_ party/GTM/AppKit/GTMUILocalizer.h</string>
708 </object>
709 </object>
710 <object class="IBPartialClassDescription">
711 <string key="className">NSObject</string >
712 <object class="IBClassDescriptionSource" key="sourceIdentifier">
713 <string key="majorKey">IBProject Source</string>
714 <string key="minorKey">browser/c ocoa/status_bubble_mac.h</string>
715 </object>
716 </object>
717 <object class="IBPartialClassDescription">
718 <string key="className">NSObject</string >
719 <object class="IBClassDescriptionSource" key="sourceIdentifier">
720 <string key="majorKey">IBProject Source</string>
721 <string key="minorKey">browser/c ocoa/tab_strip_model_observer_bridge.h</string>
722 </object>
723 </object>
724 </object>
725 </object>
726 <int key="IBDocument.localizationMode">0</int>
727 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string>
728 <int key="IBDocument.defaultPropertyAccessControl">3</int>
729 </data>
730 </archive>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_bar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698